Merge pull request #1501 from PaRaD1SE98/main

fix: typo IMPRTANT -> IMPORTANT
This commit is contained in:
Yifei Zhang 2023-05-15 18:57:07 +08:00 committed by GitHub
commit 9aa794248f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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