mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 聊天记录bug;删除日志
This commit is contained in:
parent
9930e53a03
commit
c3eb8ac5db
4 changed files with 9 additions and 11 deletions
|
|
@ -250,7 +250,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