Explorar o código

fix: typo IMPRTANT -> IMPORTANT

PaRaD1SE98 %!s(int64=2) %!d(string=hai) anos
pai
achega
b357e2ecef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,