OpenAI o* family models support [o1, o3] #1638
Closed
qwe321389yfs8t7huqd89q
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @qwe321389yfs8t7huqd89q good timing, that was on my to-do list today! I plan on adding support for o1 and o3. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, according to this: https://platform.openai.com/docs/guides/reasoning#advice-on-prompting
They changed a bit in specs
eg.:
When I tried o1 (Azure deployed model) with Griptape 1.2.1 I'm getting error:
library.exceptions.custom_exceptions.LLMContentPolicyViolatedException: Error code: 400 - {'error': {'message': "Unsupported parameter: 'temperature' is not supported with this model.", 'type': 'invalid_request_error', 'param': 'temperature', 'code': 'unsupported_parameter'}}
Are there any plans on implementing o1 support? Or maybe it is already in progress?
Beta Was this translation helpful? Give feedback.
All reactions