mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
thinking_budget 0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user