feat: Add proxy support for AI providers (#1382)

This commit is contained in:
Alex Liu
2025-11-06 18:55:24 +08:00
committed by GitHub
parent 91e76b1ccc
commit ac4328ae86
16 changed files with 181 additions and 22 deletions

View File

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