mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(router.py): fix get_router_model_info for azure models
This commit is contained in:
parent
9556bfda81
commit
c9a424d28d
3 changed files with 5 additions and 4 deletions
|
@ -812,6 +812,7 @@ def test_router_context_window_check_pre_call_check():
|
|||
"base_model": "azure/gpt-35-turbo",
|
||||
"mock_response": "Hello world 1!",
|
||||
},
|
||||
"model_info": {"base_model": "azure/gpt-35-turbo"},
|
||||
},
|
||||
{
|
||||
"model_name": "gpt-3.5-turbo", # openai model name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue