feat: add cc-kiro model with User-Agent header to bypass blocking
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user