mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
(docs) example: azure config.yaml
This commit is contained in:
parent
97ff0caf70
commit
a8a6838867
1 changed files with 13 additions and 0 deletions
13
litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml
Normal file
13
litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml
Normal 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
|
||||
Loading…
Add table
Reference in a new issue