You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The language model (LLM) instance to use for generating actions. Defaults to gemini-2.5-flash.",
159
+
"description": f"The language model (LLM) instance to use for generating actions. Defaults to {BROWSER_USE_DEFAULT_LLM}.",
165
160
},
166
161
"planner_llm": {
167
162
**BROWSER_USE_LLM_SCHEMA,
168
-
"description": "The language model to use specifically for planning future actions, can differ from the main LLM. Defaults to gemini-2.5-flash.",
163
+
"description": f"The language model to use specifically for planning future actions, can differ from the main LLM. Defaults to {BROWSER_USE_DEFAULT_LLM}.",
169
164
},
170
165
"page_extraction_llm": {
171
166
**BROWSER_USE_LLM_SCHEMA,
172
-
"description": "The language model to use for extracting structured data from webpages. Defaults to gemini-2.5-flash.",
167
+
"description": f"The language model to use for extracting structured data from webpages. Defaults to {BROWSER_USE_DEFAULT_LLM}.",
0 commit comments