We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With the release of o3-mini we need to add support for it similar to o1 models.
o3-mini
o1
Crud implementation idea:
if provider == "openai" and (model.model:sub(1, 2) == "o1" or model.model == "o3-mini") then
In this line