Add support for GPT-o1-mini #729
MichaelMMeskhi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These new models don't have system prompts hence using them now doesn't work. Based on OpenAI's own suggestion on how to use them https://platform.openai.com/docs/guides/reasoning/advice-on-prompting. It seems we can just use
user_message
andassistant_message
as substitute.Beta Was this translation helpful? Give feedback.
All reactions