mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-25 05:07:03 +00:00
1ea046cc61
* test: update tests to new deployment model * test: update model name * test: skip cohere rbac issue test * test: update test - replace gpt-4o model
16 lines
443 B
YAML
16 lines
443 B
YAML
model_list:
|
|
- model_name: gpt-4-team1
|
|
litellm_params:
|
|
model: azure/chatgpt-v-3
|
|
api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
|
|
api_version: "2023-05-15"
|
|
api_key: os.environ/AZURE_API_KEY
|
|
tpm: 20_000
|
|
- model_name: gpt-4-team2
|
|
litellm_params:
|
|
model: azure/gpt-4
|
|
api_key: os.environ/AZURE_API_KEY
|
|
api_base: https://openai-gpt-4-test-v-2.openai.azure.com/
|
|
tpm: 100_000
|
|
|