We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5cf9f commit 031ca48Copy full SHA for 031ca48
README.md
@@ -1,5 +1,5 @@
1
-# Chat UI
2
-
+# Chat UI
+
3

4
5
A chat interface for LLMs. It is a SvelteKit app and it powers the [HuggingChat app on hf.co/chat](https://huggingface.co/chat).
src/lib/server/logger.ts
@@ -17,6 +17,7 @@ if (dev) {
17
18
export const logger = pino({
19
...options,
20
+ messageKey: "message",
21
level: config.LOG_LEVEL || "info",
22
formatters: {
23
level: (label) => {
0 commit comments