mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test_supports_tool_choice
This commit is contained in:
parent
4b99f833bb
commit
63dd2934b7
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,8 @@ async def test_supports_tool_choice():
|
|||
or model_name in block_list
|
||||
or "azure/eu" in model_name
|
||||
or "azure/us" in model_name
|
||||
or "o1" in model_name
|
||||
or "o3" in model_name
|
||||
):
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue