mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
feat: 聊天记录
This commit is contained in:
parent
0755b54486
commit
fbfd105e0d
4 changed files with 221 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ export default class SydneyAIClient {
|
|||
conversation.messages.push(userMessage)
|
||||
conversation.messages.push(replyMessage)
|
||||
}
|
||||
|
||||
await this.conversationsCache.set(conversationKey, conversation)
|
||||
return {
|
||||
conversationSignature,
|
||||
conversationId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue