forked from phoenix/litellm-mirror
feat(router.py): enable filtering model group by 'allowed_model_region'
This commit is contained in:
parent
db666b01e5
commit
3d18897d69
11 changed files with 417 additions and 35 deletions
|
@ -1,4 +1,9 @@
|
|||
model_list:
|
||||
- model_name: gpt-3.5-turbo
|
||||
litellm_params:
|
||||
model: azure/gpt-35-turbo
|
||||
api_base: https://my-endpoint-europe-berri-992.openai.azure.com/
|
||||
api_key: os.environ/AZURE_EUROPE_API_KEY
|
||||
- model_name: gpt-3.5-turbo
|
||||
litellm_params:
|
||||
model: azure/chatgpt-v-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue