From 317b89e962632f51419cd53bd3021889b9ac1c73 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Thu, 2 Feb 2023 14:46:16 +0800 Subject: [PATCH] fix: remove console log --- apps/chat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index 48d77b9..6053d85 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -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,