mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix: set supports_vision to false for novita/openai/gpt-oss-120b
gpt-oss-120b is a text-only model and does not support vision, but the entry had supports_vision: true. Fixes #37584. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5290150a05
commit
8a8d6082ee
2 changed files with 2 additions and 2 deletions
|
|
@ -45324,7 +45324,7 @@
|
|||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true,
|
||||
"supports_vision": false,
|
||||
"supports_system_messages": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_reasoning": true
|
||||
|
|
|
|||
|
|
@ -45324,7 +45324,7 @@
|
|||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true,
|
||||
"supports_vision": false,
|
||||
"supports_system_messages": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_reasoning": true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue