Skip to content

Commit

Permalink
Merge pull request #386 from fuergaosi233/fix/fix-conversation-lost
Browse files Browse the repository at this point in the history
πŸ› Fix conversation lost
  • Loading branch information
fuergaosi233 authored Dec 20, 2022
2 parents 0918c2a + 867709d commit d03c543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatgpt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class ChatGPTPool {
messageId: newMessageId,
} = await conversation.sendMessage(message, {
conversationId,
messageId,
parentMessageId: messageId,
});
// Update conversation information
this.setConversation(talkid, newConversationId, newMessageId);
Expand Down

0 comments on commit d03c543

Please sign in to comment.