mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 16:51:54 +08:00
fix: hot fix for data migration
This commit is contained in:
@@ -63,7 +63,7 @@ export const BOT_HELLO: Message = createMessage({
|
||||
|
||||
function createEmptySession(): ChatSession {
|
||||
return {
|
||||
id: Date.now(),
|
||||
id: Date.now() + Math.random(),
|
||||
topic: DEFAULT_TOPIC,
|
||||
memoryPrompt: "",
|
||||
messages: [],
|
||||
|
Reference in New Issue
Block a user