We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Activity