From f8844fec4f51346a6fc5131d6386bdcdb4dfa128 Mon Sep 17 00:00:00 2001 From: foxplaying <166147707+foxplaying@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:49:06 +0800 Subject: [PATCH] Update model_configuration_guide.md --- docs/model_configuration_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model_configuration_guide.md b/docs/model_configuration_guide.md index 65fae981..f2da8be1 100644 --- a/docs/model_configuration_guide.md +++ b/docs/model_configuration_guide.md @@ -137,7 +137,7 @@ thinking = {type = "disabled"} # 禁用思考 [[models]] model_identifier = "gemini-2.5-flash" name = "gemini-2.5-flash" -api_provider = "google" +api_provider = "Google" [models.extra_params] thinking_budget = 0 # 禁用思考 # thinking_budget = -1 由模型自己决定