fix: remove console log

This commit is contained in:
ikechan8370 2023-02-02 14:46:16 +08:00 committed by GitHub
parent 721b377941
commit 317b89e962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,6 @@ export class chatgpt extends plugin {
if (conversation) {
option = Object.assign(option, conversation)
}
console.log(conversation)
let chatMessage = await this.chatGPTApi.sendMessage(prompt, option)
previousConversation.conversation = {
conversationId: chatMessage.conversationId,