fix: 聊天记录bug;删除日志

This commit is contained in:
ikechan8370 2025-02-15 23:39:45 +08:00
parent 9930e53a03
commit c3eb8ac5db
4 changed files with 9 additions and 11 deletions

View file

@ -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',