mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
feat: Add proxy support for AI providers (#1382)
This commit is contained in:
@@ -14,4 +14,9 @@ OLLAMA_API_KEY=YOUR_OLLAMA_API_KEY_HERE
|
||||
VERTEX_PROJECT_ID=your-gcp-project-id
|
||||
VERTEX_LOCATION=us-central1
|
||||
# Optional: Path to service account credentials JSON file (alternative to API key)
|
||||
GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account-credentials.json
|
||||
GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account-credentials.json
|
||||
|
||||
# Proxy Configuration (Optional)
|
||||
# Enable proxy support for AI provider API calls
|
||||
# When enabled, automatically uses http_proxy/https_proxy environment variables
|
||||
TASKMASTER_ENABLE_PROXY=false
|
||||
|
||||
Reference in New Issue
Block a user