浏览代码

修复重复名称

李富豪 1 年之前
父节点
当前提交
7ac1bf4093
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {