From 8451badaa116140d260c72afe1a32383d5dfcd91 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 15 Dec 2023 09:36:17 +0530 Subject: [PATCH] (test) proxy - Auth Error --- litellm/tests/test_configs/test_bad_config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/litellm/tests/test_configs/test_bad_config.yaml b/litellm/tests/test_configs/test_bad_config.yaml index aaa689306..bf059b10d 100644 --- a/litellm/tests/test_configs/test_bad_config.yaml +++ b/litellm/tests/test_configs/test_bad_config.yaml @@ -2,4 +2,9 @@ model_list: - model_name: gpt-3.5-turbo litellm_params: api_key: bad-key - model: gpt-3.5-turbo \ No newline at end of file + model: gpt-3.5-turbo + - model_name: azure-gpt-3.5-turbo + litellm_params: + model: azure/chatgpt-v-2 + api_base: os.environ/AZURE_API_BASE + api_key: bad-key \ No newline at end of file