fix: typo IMPRTANT -> IMPORTANT

This commit is contained in:
PaRaD1SE98 2023-05-15 10:03:11 +09:00 committed by GitHub
parent 9e602eb575
commit b357e2ecef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,