Spaces:
Running
Running
ffreemt
commited on
Commit
·
9e1a125
1
Parent(s):
88aceaf
Update model_group_alias
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -81,6 +81,6 @@ general_settings:
|
|
81 |
master_key: os.environ/MASTER_KEY # sk-1234 # [OPTIONAL] Only use this if you require all calls to contain this key (Authorization: Bearer sk-1234)
|
82 |
|
83 |
router_settings:
|
84 |
-
fallbacks: [{"gpt-4o-mini": ["gemini-1.5-flash"]}]
|
85 |
model_group_alias: {"gpt-4": "gemini-1.5-pro"}
|
86 |
routing_strategy: simple-shuffle
|
|
|
81 |
master_key: os.environ/MASTER_KEY # sk-1234 # [OPTIONAL] Only use this if you require all calls to contain this key (Authorization: Bearer sk-1234)
|
82 |
|
83 |
router_settings:
|
84 |
+
fallbacks: [{"gpt-4o-mini": ["gemini-1.5-flash"]}, {"gpt-3.5-turbo": ["gemini-1.5-flash"]}]
|
85 |
model_group_alias: {"gpt-4": "gemini-1.5-pro"}
|
86 |
routing_strategy: simple-shuffle
|