adding new stat panel

This commit is contained in:
ecwu
2024-07-17 00:17:26 +08:00
parent a45785c607
commit 52d8c3280e
4 changed files with 120 additions and 48 deletions

View File

@@ -121,7 +121,9 @@ export default function Message(props: Props) {
<div
className={`chat-bubble ${
chat.role === "assistant"
? "chat-bubble-secondary"
? renderColor
? "chat-bubble-neutral"
: "chat-bubble-secondary"
: "chat-bubble-primary"
}`}
>