mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-24 23:38:15 +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
26 lines
723 B
YAML
26 lines
723 B
YAML
model_list:
|
|
- model_name: Azure OpenAI GPT-4 Canada
|
|
litellm_params:
|
|
model: azure/chatgpt-v-3
|
|
api_base: os.environ/AZURE_API_BASE
|
|
api_key: os.environ/AZURE_API_KEY
|
|
api_version: "2023-07-01-preview"
|
|
model_info:
|
|
mode: chat
|
|
input_cost_per_token: 0.0002
|
|
id: gm
|
|
- model_name: azure-embedding-model
|
|
litellm_params:
|
|
model: azure/azure-embedding-model
|
|
api_base: os.environ/AZURE_API_BASE
|
|
api_key: os.environ/AZURE_API_KEY
|
|
api_version: "2023-07-01-preview"
|
|
model_info:
|
|
mode: embedding
|
|
input_cost_per_token: 0.002
|
|
id: hello
|
|
|
|
litellm_settings:
|
|
drop_params: True
|
|
set_verbose: True
|
|
callbacks: custom_callbacks.my_custom_logger |