Skip to content

Commit 31af463

Browse files
committed
update openai models
1 parent 51be9c2 commit 31af463

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

src/config.ts

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -252,28 +252,10 @@ export const disabledModelsByDefault: {
252252
},
253253

254254
// ===== OpenAI =====
255+
// https://platform.openai.com/docs/deprecations
255256

256-
// FIXME: Can't use o3, o3-mini, and o4-mini because of this error when sending a message
257-
// {
258-
// "error": {
259-
// "message": "Invalid schema for function 'get_tables': In context=(), 'required' is required to be supplied and to be an array including every key in properties. Missing 'schema'.",
260-
// "type": "invalid_request_error",
261-
// "param": "tools[0].function.parameters",
262-
// "code": "invalid_function_parameters"
263-
// }
264-
// }
265-
{
266-
providerId: "openai" as const,
267-
modelId: "o3",
268-
},
269-
{
270-
providerId: "openai" as const,
271-
modelId: "o3-mini",
272-
},
273-
{
274-
providerId: "openai" as const,
275-
modelId: "o4-mini",
276-
},
257+
//
258+
//
277259

278260
// ===== Anthropic =====
279261
// https://docs.claude.com/en/docs/about-claude/model-deprecations

0 commit comments

Comments
 (0)