mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
Merge branch 'ikechan8370:v2' into v2
This commit is contained in:
commit
48518b49c5
5 changed files with 27 additions and 23 deletions
|
|
@ -266,7 +266,7 @@ export class CustomGoogleGeminiClient extends GoogleGeminiClient {
|
|||
delete content.conversationId
|
||||
})
|
||||
if (this.debug) {
|
||||
logger.info(JSON.stringify(body))
|
||||
logger.debug(JSON.stringify(body))
|
||||
}
|
||||
let result = await newFetch(url, {
|
||||
method: 'POST',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue