mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 14:31:52 +09:00
도메인 파일 다운로드 기능에 버전 선택 지원 추가 및 특정 날짜 버전 다운로드 옵션 구현
This commit is contained in:
parent
319c5bb72f
commit
ca4811043c
2 changed files with 19 additions and 4 deletions
1
setup.py
1
setup.py
|
|
@ -110,6 +110,7 @@ async def setup_user_data():
|
|||
print("======================================================")
|
||||
llm = ChatGoogle(
|
||||
model="gemini-2.0-flash",
|
||||
|
||||
)
|
||||
initial_actions = [
|
||||
{"go_to_url": {"url": "https://www.google.com", "new_tab": False}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue