mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 06:31:51 +09:00
14 lines
356 B
Bash
14 lines
356 B
Bash
ANONYMIZED_TELEMETRY=false
|
|
|
|
GOOGLE_API_KEY=
|
|
# 권장 (다른 모델로 교체 가능) [다른 모델로 교체시 성능 보장 불가]
|
|
GOOGLE_MODEL=gemini-2.5-flash-preview-05-20
|
|
GOOGLE_PLANNER_MODEL=gemini-2.5-flash-preview-05-20
|
|
|
|
# 선택
|
|
PROXY_HOST=127.0.0.1
|
|
PROXY_PORT=11080
|
|
BACKEND_URL=http://localhost:11081
|
|
|
|
# 브라우저 언어 설정
|
|
LANG=en_US
|