feat: add cc-kiro model with User-Agent header to bypass blocking
Run Tests / Backend Tests (push) Failing after 1m45s
Run Tests / Frontend Tests (push) Failing after 50s
Run Tests / Test Summary (push) Failing after 49s

This commit is contained in:
Gan, Jimmy
2026-04-02 23:25:55 +08:00
parent d2e70f962e
commit e87a51cbc7
+9
View File
@@ -20,6 +20,15 @@ model_list:
timeout: 30 timeout: 30
max_retries: 1 max_retries: 1
- model_name: cc-kiro
litellm_params:
model: openai/claude-opus-4-6
api_base: https://www.bytecatcode.org/v1
api_key: os.environ/CC_KIRO_API_KEY
extra_headers: {"User-Agent": "Mozilla/5.0"}
timeout: 60
max_retries: 2
general_settings: general_settings:
# Optional - leave empty in .env to disable gateway auth. # Optional - leave empty in .env to disable gateway auth.
master_key: os.environ/LITELLM_MASTER_KEY master_key: os.environ/LITELLM_MASTER_KEY