mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-05 21:06:06 +08:00
fix: hot fix for data migration
This commit is contained in:
parent
f78a27491a
commit
6419ce345f
@ -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: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user