Skip to content

Commit 97d7a5e

Browse files
committed
fix deployment name
1 parent 36308a3 commit 97d7a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proxy_server_config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ model_list:
77
id: "1"
88
- model_name: gpt-3.5-turbo-end-user-test
99
litellm_params:
10-
model: azure/chatgpt-v-2
10+
model: azure/chatgpt-v-3
1111
api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
1212
api_version: "2023-05-15"
1313
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
1414
- model_name: gpt-3.5-turbo
1515
litellm_params:
16-
model: azure/chatgpt-v-2
16+
model: azure/chatgpt-v-3
1717
api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
1818
api_version: "2023-05-15"
1919
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
@@ -26,7 +26,7 @@ model_list:
2626
stream_timeout: 60
2727
- model_name: gpt-4
2828
litellm_params:
29-
model: azure/chatgpt-v-2
29+
model: azure/chatgpt-v-3
3030
api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
3131
api_version: "2023-05-15"
3232
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

0 commit comments

Comments
 (0)