mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
OPENAI_API_KEY=
|
|
ANTHROPIC_API_KEY=
|
|
AZURE_OPENAI_ENDPOINT=
|
|
AZURE_OPENAI_KEY=
|
|
GOOGLE_API_KEY=
|
|
DEEPSEEK_API_KEY=
|
|
GROK_API_KEY=
|
|
NOVITA_API_KEY=
|
|
|
|
# Set to false to disable anonymized telemetry
|
|
ANONYMIZED_TELEMETRY=true
|
|
|
|
# LogLevel: Set to debug to enable verbose logging, set to result to get results only. Available: result | debug | info
|
|
BROWSER_USE_LOGGING_LEVEL=info
|
|
|
|
# set this to true to optimize browser-use's chrome for running inside docker
|
|
IN_DOCKER=false
|