From c4ba833bc430b596e7ac997d36889f2c5ffa1640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20M=C3=BCller?= <67061560+MagMueller@users.noreply.github.com> Date: Fri, 19 Sep 2025 17:18:04 -0700 Subject: [PATCH] thinking_budget 0 --- browser_use/llm/google/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_use/llm/google/chat.py b/browser_use/llm/google/chat.py index c434c9d99..e3b399bd5 100644 --- a/browser_use/llm/google/chat.py +++ b/browser_use/llm/google/chat.py @@ -86,7 +86,7 @@ class ChatGoogle(BaseChatModel): temperature: float | None = 0.2 top_p: float | None = None seed: int | None = None - thinking_budget: int | None = None + thinking_budget: int | None = 0 max_output_tokens: int | None = 4096 config: types.GenerateContentConfigDict | None = None include_system_in_user: bool = False