diff --git a/app/store/chat.ts b/app/store/chat.ts index 5607052b80f..ca8625a5fca 100644 --- a/app/store/chat.ts +++ b/app/store/chat.ts @@ -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: [],