mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: remove console log
This commit is contained in:
parent
721b377941
commit
317b89e962
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue