Refactor: Load environment variables and update example tasks

Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
This commit is contained in:
Cursor Agent
2025-10-09 17:33:38 +00:00
parent a56afff6af
commit 66f6ecb2a8
6 changed files with 25 additions and 12 deletions

View File

@@ -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