Add o3-mini-high and o3-mini-low

This commit is contained in:
Matt Rubens
2025-02-01 00:47:46 -05:00
parent 7d6cce6d9c
commit d047c8beae
4 changed files with 41 additions and 3 deletions

View File

@@ -300,7 +300,7 @@ describe("OpenAiNativeHandler", () => {
expect(mockCreate).toHaveBeenCalledWith({
model: "o3-mini",
messages: [{ role: "user", content: "Test prompt" }],
temperature: 0,
reasoning_effort: "medium",
})
})