mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 22:11:28 +09:00
aa
This commit is contained in:
parent
3f801ab4f7
commit
d47ebe0960
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -130,7 +130,7 @@ async def scan_one_url(url: str, skip_html_check: bool = False):
|
||||||
"Always log out before starting the login process, and make sure to attempt the login again from a clean state."
|
"Always log out before starting the login process, and make sure to attempt the login again from a clean state."
|
||||||
),
|
),
|
||||||
llm=CreateChatGoogleGenerativeAI(GOOGLE_MODEL),
|
llm=CreateChatGoogleGenerativeAI(GOOGLE_MODEL),
|
||||||
#planner_llm=CreateChatGoogleGenerativeAI(GOOGLE_PLANNER_MODEL),
|
planner_llm=CreateChatGoogleGenerativeAI(GOOGLE_PLANNER_MODEL),
|
||||||
controller=controller,
|
controller=controller,
|
||||||
extend_planner_system_message=extend_planner_system_message,
|
extend_planner_system_message=extend_planner_system_message,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue