瀏覽代碼

Merge pull request #1501 from PaRaD1SE98/main

fix: typo IMPRTANT -> IMPORTANT
Yifei Zhang 1 年之前
父節點
當前提交
9aa794248f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/store/chat.ts

+ 1 - 1
app/store/chat.ts

@@ -249,7 +249,7 @@ export const useChatStore = create<ChatStore>()(
 
         const systemInfo = createMessage({
           role: "system",
-          content: `IMPRTANT: You are a virtual assistant powered by the ${
+          content: `IMPORTANT: You are a virtual assistant powered by the ${
             modelConfig.model
           } model, now time is ${new Date().toLocaleString()}}`,
           id: botMessage.id! + 1,