style: 格式化代码

This commit is contained in:
John Richard
2025-10-02 19:38:39 +08:00
committed by Windpicker-owo
parent e7aaafde2f
commit 00ba07e0e1
111 changed files with 2343 additions and 2316 deletions

View File

@@ -452,9 +452,7 @@ class AiohttpGeminiClient(BaseClient):
# 构建请求体
request_data = {
"contents": contents,
"generationConfig": _build_generation_config(
max_tokens, temperature, tb, response_format, extra_params
),
"generationConfig": _build_generation_config(max_tokens, temperature, tb, response_format, extra_params),
}
# 添加系统指令