Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Chat UI

# Chat UI
![Chat UI repository thumbnail](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/chat-ui/chat-ui-2026.png)

A chat interface for LLMs. It is a SvelteKit app and it powers the [HuggingChat app on hf.co/chat](https://huggingface.co/chat).
Expand Down
1 change: 1 addition & 0 deletions src/lib/server/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if (dev) {

export const logger = pino({
...options,
messageKey: "message",
level: config.LOG_LEVEL || "info",
formatters: {
level: (label) => {
Expand Down
Loading