(docs) show fallbacks on proxy_config

This commit is contained in:
ishaan-jaff 2024-01-08 08:54:10 +05:30
parent ccd100fab3
commit 119ff2fe05

View file

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