Browse Source

修复重复名称

李富豪 1 năm trước cách đây
mục cha
commit
7ac1bf4093
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/store/chat.ts

+ 1 - 1
app/store/chat.ts

@@ -71,7 +71,7 @@ export interface ChatSession {
 export const DEFAULT_TOPIC = Locale.Store.DefaultTopic;
 export const BOT_HELLO: ChatMessage = createMessage({
   role: "assistant",
-  content: '您好,欢迎使用建科建科·小智,与本项目相关的问题都可以问我。',
+  content: '您好,欢迎使用建科·小智,与本项目相关的问题都可以问我。',
 });
 
 function createEmptySession(): ChatSession {