mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(docs) show fallbacks on proxy_config
This commit is contained in:
parent
ccd100fab3
commit
119ff2fe05
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
model_list:
|
||||
- model_name: Azure OpenAI GPT-4 Canada-East (External)
|
||||
- model_name: azure-gpt-3.5
|
||||
litellm_params:
|
||||
model: azure/chatgpt-v-2
|
||||
api_base: os.environ/AZURE_API_BASE
|
||||
|
@ -49,6 +49,7 @@ model_list:
|
|||
mode: completion
|
||||
|
||||
litellm_settings:
|
||||
fallbacks: [{"openai-gpt-3.5": ["azure-gpt-3.5"]}]
|
||||
# cache: True
|
||||
# setting callback class
|
||||
# callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [proxy_handler_instance]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue