Skip to content

Commit

Permalink
fix: hot fix for data migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Apr 27, 2023
1 parent f78a274 commit 6419ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit 6419ce3

Please sign in to comment.