From a8a6838867754fb854b998c3f9b761950ac5b9dc Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 30 Nov 2023 13:16:41 -0800 Subject: [PATCH] (docs) example: azure config.yaml --- .../example_config_yaml/azure_config_with_tpm.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml diff --git a/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml b/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml new file mode 100644 index 00000000000..c1e3e0506ef --- /dev/null +++ b/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml @@ -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 \ No newline at end of file