From e3d37b9bdc0986dea3fa08da7bb7e3be08e6a10f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Nov 2023 09:30:41 -0800 Subject: [PATCH] Update proxy_server_config.yaml --- proxy_server_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_server_config.yaml b/proxy_server_config.yaml index 07bfba4ec..b58f9aea1 100644 --- a/proxy_server_config.yaml +++ b/proxy_server_config.yaml @@ -4,7 +4,7 @@ model_list: model: azure/chatgpt-v-2 api_base: https://openai-gpt-4-test-v-1.openai.azure.com/ api_version: "2023-05-15" - api_key: os.environ/AZURE_API_KEY1 # The `os.environ/` prefix tells litellm to read this from the env + api_key: os.environ/AZURE_API_KEY1 # 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-4 litellm_params: model: azure/gpt-4