fix(models): mark gpt-4.1-mini and gpt-4.1-nano as supporting tool calls
Fixes #2923
This commit is contained in:
@@ -12113,7 +12113,7 @@
|
||||
"family": "gpt-nano",
|
||||
"reasoning": false,
|
||||
"temperature": true,
|
||||
"toolCall": false,
|
||||
"toolCall": true,
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
@@ -12274,7 +12274,7 @@
|
||||
"family": "gpt-mini",
|
||||
"reasoning": false,
|
||||
"temperature": true,
|
||||
"toolCall": false,
|
||||
"toolCall": true,
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
|
||||
Reference in New Issue
Block a user