Documentation
Complete Auto-Browse documentation
Configure Auto-Browse with different LLM providers and environment settings
OPENAI_API_KEY=your_openai_api_key_here LLM_PROVIDER=openai # Optional, defaults to openai AUTOBROWSE_LLM_MODEL=gpt-4o-mini # Optional, defaults to gpt-4o-mini
gpt-4o-mini
GOOGLE_API_KEY=your_google_key_here LLM_PROVIDER=google AUTOBROWSE_LLM_MODEL=gemini-2.0-flash-lite
gemini-2.0-flash-lite
AZURE_OPENAI_API_KEY=your_azure_key_here AZURE_OPENAI_ENDPOINT=https://your-endpoint.openai.azure.com/ AZURE_OPENAI_API_VERSION=2024-12-01-preview AZURE_OPENAI_API_DEPLOYMENT_NAME=your-deployment-name LLM_PROVIDER=azure
ANTHROPIC_API_KEY=your_anthropic_key_here LLM_PROVIDER=anthropic AUTOBROWSE_LLM_MODEL=claude-3
GOOGLE_APPLICATION_CREDENTIALS=path/to/credentials.json LLM_PROVIDER=vertex
LLM_PROVIDER=ollama AUTOBROWSE_LLM_MODEL=llama2 BASE_URL=http://localhost:11434 # Optional, this is the default
Error: Authentication failed Solution: Verify API key is correct and has proper permissions
Error: Model not available Solution: Confirm model name and availability in your region
Error: Rate limit exceeded Solution: Implement backoff strategy or upgrade API tier