We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78a274 commit 6419ce3Copy full SHA for 6419ce3
1 file changed
app/store/chat.ts
@@ -63,7 +63,7 @@ export const BOT_HELLO: Message = createMessage({
63
64
function createEmptySession(): ChatSession {
65
return {
66
- id: Date.now(),
+ id: Date.now() + Math.random(),
67
topic: DEFAULT_TOPIC,
68
memoryPrompt: "",
69
messages: [],
0 commit comments