Filter probed unsupported tool models
This commit is contained in:
@@ -32,6 +32,12 @@ class ModelListTests(unittest.TestCase):
|
||||
'owned_by': 'azure_openai',
|
||||
'model_type': 'llm',
|
||||
},
|
||||
{
|
||||
'id': 'gpt-5.5',
|
||||
'object': 'model',
|
||||
'owned_by': 'azure_openai',
|
||||
'model_type': 'llm',
|
||||
},
|
||||
{
|
||||
'id': 'gpt-4o-audio-preview',
|
||||
'object': 'model',
|
||||
@@ -63,7 +69,7 @@ class ModelListTests(unittest.TestCase):
|
||||
'model_type': 'llm',
|
||||
},
|
||||
{
|
||||
'id': 'gemini-2.0-flash-20250609',
|
||||
'id': 'gemini-2.5-flash',
|
||||
'object': 'model',
|
||||
'owned_by': 'ppio',
|
||||
'model_type': 'llm',
|
||||
@@ -77,7 +83,7 @@ class ModelListTests(unittest.TestCase):
|
||||
[model['id'] for model in models],
|
||||
[
|
||||
'azure_openai/gpt-5',
|
||||
'ppio/gemini-2.0-flash-20250609',
|
||||
'ppio/gemini-2.5-flash',
|
||||
'ppio/pa/claude-opus-4-7',
|
||||
'siliconflow/Pro/deepseek-ai/DeepSeek-V3',
|
||||
'xiaomi/DeepSeek-R1-0528',
|
||||
|
||||
Reference in New Issue
Block a user