diff --git a/client/CustomGoogleGeminiClient.js b/client/CustomGoogleGeminiClient.js index b15b052..4923506 100644 --- a/client/CustomGoogleGeminiClient.js +++ b/client/CustomGoogleGeminiClient.js @@ -172,11 +172,12 @@ export class CustomGoogleGeminiClient extends GoogleGeminiClient { // codeExecution: {} } ] - body.tool_config = { - function_calling_config: { - mode: 'ANY' - } - } + // 笑死人的效果 + // body.tool_config = { + // function_calling_config: { + // mode: 'ANY' + // } + // } } if (opt.image) { delete body.tools