From 3baa3aff1b86f9f7e4142936e0ba46d0fbcaa0ea Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 27 Sep 2025 10:38:35 -0700 Subject: [PATCH] test fix --- .../test_configs/test_custom_logger.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tests/proxy_unit_tests/test_configs/test_custom_logger.yaml b/tests/proxy_unit_tests/test_configs/test_custom_logger.yaml index 2ad500b36f..6ff1b08635 100644 --- a/tests/proxy_unit_tests/test_configs/test_custom_logger.yaml +++ b/tests/proxy_unit_tests/test_configs/test_custom_logger.yaml @@ -1,20 +1,16 @@ model_list: - model_name: Azure OpenAI GPT-4 Canada litellm_params: - model: azure/chatgpt-v-3 - api_base: os.environ/AZURE_API_BASE - api_key: os.environ/AZURE_API_KEY - api_version: "2023-07-01-preview" + model: gpt-4.1-nano + api_key: os.environ/OPENAI_API_KEY model_info: mode: chat input_cost_per_token: 0.0002 id: gm - model_name: azure-embedding-model litellm_params: - model: azure/azure-embedding-model - api_base: os.environ/AZURE_API_BASE - api_key: os.environ/AZURE_API_KEY - api_version: "2023-07-01-preview" + model: text-embedding-ada-002 + api_key: os.environ/OPENAI_API_KEY model_info: mode: embedding input_cost_per_token: 0.002