mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 23:07:50 +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
21 lines
603 B
YAML
21 lines
603 B
YAML
model_list:
|
|
- model_name: gpt-3.5-turbo
|
|
litellm_params:
|
|
api_key: bad-key
|
|
model: gpt-3.5-turbo
|
|
- model_name: working-azure-gpt-3.5-turbo
|
|
litellm_params:
|
|
model: azure/chatgpt-v-3
|
|
api_base: os.environ/AZURE_API_BASE
|
|
api_key: os.environ/AZURE_API_KEY
|
|
- model_name: azure-gpt-3.5-turbo
|
|
litellm_params:
|
|
model: azure/chatgpt-v-3
|
|
api_base: os.environ/AZURE_API_BASE
|
|
api_key: bad-key
|
|
- model_name: azure-embedding
|
|
litellm_params:
|
|
model: azure/azure-embedding-model
|
|
api_base: os.environ/AZURE_API_BASE
|
|
api_key: bad-key
|
|
|