(docs) example: azure config.yaml

This commit is contained in:
ishaan-jaff 2023-11-30 13:16:41 -08:00
parent 97ff0caf70
commit a8a6838867

View file

@ -0,0 +1,13 @@
model_list:
- model_name: gpt-3.5-turbo
litellm_params:
model: azure/gpt-35-1
api_base: https://my-endpoint-canada-berri992.openai.azure.com/
api_key: 73g
tpm: 80_000
- model_name: gpt-3.5-turbo
litellm_params:
model: azure/gpt-35-2
api_base: https://my-endpoint-europe-berri-992.openai.azure.com/
api_key: 9kj
tpm: 80_000