forked from phoenix/litellm-mirror
Update proxy_server_config.yaml
This commit is contained in:
parent
062ede96e3
commit
a965c4dfb1
1 changed files with 3 additions and 4 deletions
|
@ -4,12 +4,11 @@ model_list:
|
||||||
model: azure/chatgpt-v-2
|
model: azure/chatgpt-v-2
|
||||||
api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
|
api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
|
||||||
api_version: "2023-05-15"
|
api_version: "2023-05-15"
|
||||||
api_key:
|
api_key: os.environ/AZURE_API_KEY1 # The `os.environ/` prefix tells litellm to read this from the env
|
||||||
rpm: 200
|
|
||||||
- model_name: gpt-4
|
- model_name: gpt-4
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: azure/gpt-4
|
model: azure/gpt-4
|
||||||
api_key:
|
api_key: os.environ/AZURE_API_KEY2
|
||||||
api_base: https://openai-gpt-4-test-v-2.openai.azure.com/
|
api_base: https://openai-gpt-4-test-v-2.openai.azure.com/
|
||||||
rpm: 100
|
rpm: 100
|
||||||
- model_name: gpt-4
|
- model_name: gpt-4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue