mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
fix: history manager
This commit is contained in:
parent
1788ee6d7d
commit
0c602d6cb3
2 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export class YunzaiUserState {
|
|||
this.settings = {}
|
||||
this.current = {
|
||||
conversationId,
|
||||
messageId: ''
|
||||
messageId: crypto.randomUUID()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue