mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
Refactor: Load environment variables and update example tasks
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
This commit is contained in:
15
.env.example
15
.env.example
@@ -19,9 +19,9 @@ CDP_LOGGING_LEVEL=WARNING
|
||||
# Enable/disable anonymous telemetry
|
||||
ANONYMIZED_TELEMETRY=true
|
||||
|
||||
# Browser Use Cloud Configuration (optional)
|
||||
# Your Browser Use Cloud API key - get it from: https://cloud.browser-use.com/dashboard/api
|
||||
# BROWSER_USE_API_KEY=your_api_key_here
|
||||
# Browser Use Cloud Configuration
|
||||
# Get your API key from: https://cloud.browser-use.com/dashboard/api
|
||||
BROWSER_USE_API_KEY=your_api_key_here
|
||||
|
||||
# Custom API base URL (for enterprise installations)
|
||||
# BROWSER_USE_CLOUD_API_URL=https://api.browser-use.com
|
||||
@@ -29,7 +29,7 @@ ANONYMIZED_TELEMETRY=true
|
||||
# Cloud sync settings
|
||||
# BROWSER_USE_CLOUD_SYNC=false
|
||||
|
||||
# Model Configuration
|
||||
# Model Configuration (optional - use if you want to use other LLM providers)
|
||||
# Default LLM model to use
|
||||
# OPENAI_API_KEY=your_openai_api_key_here
|
||||
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
||||
@@ -55,10 +55,3 @@ ANONYMIZED_TELEMETRY=true
|
||||
# BROWSER_USE_NO_PROXY=localhost,127.0.0.1,*.internal
|
||||
# BROWSER_USE_PROXY_USERNAME=username
|
||||
# BROWSER_USE_PROXY_PASSWORD=password
|
||||
|
||||
|
||||
# Browser use LLM
|
||||
|
||||
|
||||
# Your Browser Use Cloud API key - get it from: https://cloud.browser-use.com/dashboard/api
|
||||
# BROWSER_USE_API_KEY=your_api_key_here
|
||||
|
||||
Reference in New Issue
Block a user