Add optional ANTHROPIC_API_BASE_URL
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
ANTHROPIC_API_KEY=your_anthropic_api_key_here # Format: sk-ant-api03-...
|
||||
PERPLEXITY_API_KEY=your_perplexity_api_key_here # Format: pplx-...
|
||||
|
||||
# API Base URLs (Optional)
|
||||
ANTHROPIC_API_BASE_URL=optional_base_url_here # Optional custom base URL for Anthropic API
|
||||
|
||||
# Model Configuration
|
||||
MODEL=claude-3-7-sonnet-20250219 # Recommended models: claude-3-7-sonnet-20250219, claude-3-opus-20240229
|
||||
PERPLEXITY_MODEL=sonar-pro # Perplexity model for research-backed subtasks
|
||||
|
||||
Reference in New Issue
Block a user