mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +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) {
|
if (conversation) {
|
||||||
option = Object.assign(option, conversation)
|
option = Object.assign(option, conversation)
|
||||||
}
|
}
|
||||||
console.log(conversation)
|
|
||||||
let chatMessage = await this.chatGPTApi.sendMessage(prompt, option)
|
let chatMessage = await this.chatGPTApi.sendMessage(prompt, option)
|
||||||
previousConversation.conversation = {
|
previousConversation.conversation = {
|
||||||
conversationId: chatMessage.conversationId,
|
conversationId: chatMessage.conversationId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue