fix: minor UI enhancements.

This commit is contained in:
Xiaohan-Tian
2026-04-05 19:59:49 -07:00
parent 2cd976ff96
commit ee31ca087e
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export const createMessage = (role: 'user' | 'assistant', content: string): Chat
};
};
export const createStreamingMessage = (content: string = '<span class="processing-wave">Processing...</span> 0 tokens received. click here to abort.'): ChatMessage => {
export const createStreamingMessage = (content: string = '<span class="processing-wave">Thinking...</span> click here to abort.'): ChatMessage => {
return {
id: generateMessageId(),
role: 'assistant',