mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: switch off debug mode
This commit is contained in:
parent
bdafec9a21
commit
8dacaa4a48
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ export class chatgpt extends plugin {
|
|||
}
|
||||
this.chatGPTApi = new ChatGPTAPI({
|
||||
apiKey: Config.apiKey,
|
||||
debug: true,
|
||||
debug: false,
|
||||
upsertMessage,
|
||||
getMessageById
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue