mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
16 lines
428 B
Plaintext
16 lines
428 B
Plaintext
OPENAI_API_KEY=
|
|
ANTHROPIC_API_KEY=
|
|
AZURE_ENDPOINT=
|
|
AZURE_OPENAI_API_KEY=
|
|
GEMINI_API_KEY=
|
|
DEEPSEEK_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
|