From 4054eeea20bbb46ab8c4fefad8e5d30ca6939b86 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 27 Sep 2025 09:26:38 -0700 Subject: [PATCH] test build and test --- proxy_server_config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/proxy_server_config.yaml b/proxy_server_config.yaml index 16efe9ffd0..f786568118 100644 --- a/proxy_server_config.yaml +++ b/proxy_server_config.yaml @@ -7,14 +7,14 @@ model_list: id: "1" - model_name: gpt-3.5-turbo-end-user-test litellm_params: - model: azure/gpt-4o-new-test - api_base: https://openai-gpt-4-test-v-1.openai.azure.com/ + model: azure/gpt-4.1-nano + api_base: https://krris-m2f9a9i7-eastus2.openai.azure.com/ api_version: "2023-05-15" api_key: os.environ/AZURE_API_KEY # The `os.environ/` prefix tells litellm to read this from the env. See https://docs.litellm.ai/docs/simple_proxy#load-api-keys-from-vault - model_name: gpt-3.5-turbo litellm_params: - model: azure/gpt-4o-new-test - api_base: https://openai-gpt-4-test-v-1.openai.azure.com/ + model: azure/gpt-4.1-nano + api_base: https://krris-m2f9a9i7-eastus2.openai.azure.com/ api_version: "2023-05-15" api_key: os.environ/AZURE_API_KEY # The `os.environ/` prefix tells litellm to read this from the env. See https://docs.litellm.ai/docs/simple_proxy#load-api-keys-from-vault - model_name: gpt-3.5-turbo-large @@ -26,8 +26,8 @@ model_list: stream_timeout: 60 - model_name: gpt-4 litellm_params: - model: azure/gpt-4o-new-test - api_base: https://openai-gpt-4-test-v-1.openai.azure.com/ + model: azure/gpt-4.1-nano + api_base: https://krris-m2f9a9i7-eastus2.openai.azure.com/ api_version: "2023-05-15" api_key: os.environ/AZURE_API_KEY # The `os.environ/` prefix tells litellm to read this from the env. See https://docs.litellm.ai/docs/simple_proxy#load-api-keys-from-vault rpm: 480 @@ -39,9 +39,9 @@ model_list: input_cost_per_second: 0.000420 - model_name: text-embedding-ada-002 litellm_params: - model: azure/azure-embedding-model + model: azure/text-embedding-ada-002 api_key: os.environ/AZURE_API_KEY - api_base: https://openai-gpt-4-test-v-1.openai.azure.com/ + api_base: https://krris-m2f9a9i7-eastus2.openai.azure.com/ api_version: "2023-05-15" model_info: mode: embedding