forked from XiaoMo/ChatGPT-Next-Web
Merge branch 'Yidadaa:main' into main
This commit is contained in:
commit
e9076c1748
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user