Kaynağa Gözat

修复重复名称

李富豪 1 yıl önce
ebeveyn
işleme
7ac1bf4093
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 {