Merge branch 'Yidadaa:main' into main

This commit is contained in:
Gan-Xing 2023-05-16 00:33:18 +08:00 committed by GitHub
commit e9076c1748
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,