diff --git a/README.md b/README.md index af3996eff94..e92303b45b5 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/src/lib/server/logger.ts b/src/lib/server/logger.ts index 16149e054d3..b670edf40a7 100644 --- a/src/lib/server/logger.ts +++ b/src/lib/server/logger.ts @@ -17,6 +17,7 @@ if (dev) { export const logger = pino({ ...options, + messageKey: "message", level: config.LOG_LEVEL || "info", formatters: { level: (label) => {