Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f1585 commit 819aa77Copy full SHA for 819aa77
browser_use/llm/google/chat.py
@@ -199,7 +199,7 @@ async def ainvoke(
199
config['seed'] = self.seed
200
201
if self.thinking_budget is not None:
202
- thinking_config_dict: types.ThinkingConfigDict = {'thinking_budget': -1}
+ thinking_config_dict: types.ThinkingConfigDict = {'thinking_budget': self.thinking_budget}
203
config['thinking_config'] = thinking_config_dict
204
205
if self.max_output_tokens is not None:
0 commit comments