From b357e2ecef6f42c4cec433ec20a0dea3c73072c0 Mon Sep 17 00:00:00 2001 From: PaRaD1SE98 Date: Mon, 15 May 2023 10:03:11 +0900 Subject: [PATCH] fix: typo IMPRTANT -> IMPORTANT --- app/store/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/chat.ts b/app/store/chat.ts index 8fa32724..9257d263 100644 --- a/app/store/chat.ts +++ b/app/store/chat.ts @@ -249,7 +249,7 @@ export const useChatStore = create()( 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,