mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 05:01:51 +09:00
9 lines
No EOL
243 B
Bash
9 lines
No EOL
243 B
Bash
ANONYMIZED_TELEMETRY=false
|
|
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
OPENAI_BASE_URL=https://models.github.ai/inference # 선택
|
|
OPENAI_MODEL=openai/gpt-4o-mini # Github Models가 아닐시 gpt-4.1
|
|
|
|
# 선택
|
|
PROXY_HOST=127.0.0.1
|
|
PROXY_PORT=8080 |