diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index b9f29a584..bffefed5d 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -14,12 +14,18 @@ model_list: - model_name: BEDROCK_GROUP litellm_params: model: bedrock/cohere.command-text-v14 - - model_name: Azure OpenAI GPT-4 Canada-East (External) + - model_name: openai-gpt-3.5 litellm_params: model: gpt-3.5-turbo api_key: os.environ/OPENAI_API_KEY model_info: mode: chat + - model_name: azure-cloudflare + litellm_params: + model: azure/chatgpt-v-2 + api_base: https://gateway.ai.cloudflare.com/v1/0399b10e77ac6668c80404a5ff49eb37/litellm-test/azure-openai/openai-gpt-4-test-v-1 + api_key: os.environ/AZURE_API_KEY + api_version: "2023-07-01-preview" - model_name: azure-embedding-model litellm_params: model: azure/azure-embedding-model