mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 05:11:53 +09:00
Hotfix #2
This commit is contained in:
parent
1642676c95
commit
6436f3cf4f
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -23,7 +23,7 @@ if os.getenv("GOOGLE_MODEL") is None:
|
|||
if os.getenv("GOOGLE_PLANNER_MODEL") is None:
|
||||
raise ValueError("GOOGLE_PLANNER_MODEL 환경변수가 설정되지 않았습니다.")
|
||||
|
||||
backend_url = os.getenv("BACKEND_URL", "http://localhost:4040")
|
||||
backend_url = os.getenv("BACKEND_URL", "http://localhost:11081")
|
||||
|
||||
# 출력 모델
|
||||
class OAuth(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue