[Feature Request]: Support OpenAI o1-mini model
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
No response
Additional context
No response
any updates about o1 model support?
+1, would be great to have support for the recently released o1 and o1-mini with the new developer message that is replacing system message moving forward and the new reasoning_effort param. Now that o1 supports function calling and multi-modal capabilities it seems much more useful in agentic workflows. Thanks to the team for all the hard work on this project, looking forward to the full v0.4 release!
@tmyracle thanks for your support! I believe right now o1 model is already supported in v0.4 AssistantAgent. You can set system_message=None in the constructor.
@ekzhu Could you please explain me where can I set the prompt is not in system_message? as description?, Thanks.
The description is not used by the agent. With o1 we are adding the ability to add developer messages: #4923
Other than that, the prompting should be done via user messages as input to the agent.
Thanks for the info, is it possible you could give me an example or a link about sending messages as input to the agent? I ask because I have a multiagent system using autogen and I would like to use o1-mini to test one of the agents.
You can find an example at the README.md of this repo.
Closing this per @ekzhu's comment above. Please feel free to reopen is you are still facing challenges.
Note that the older version of autogenstudio (in your screenshot) is no longer being actively developed. Consider upgrading to the new version.
There is a new version of AutoGen, all behaviours are standardized on the updated AutoGen AgentChat api. See relevant documentation below.
See this video for a walkthrough of features - https://youtu.be/oum6EI7wohM
- AutoGen Studio documentation - https://microsoft.github.io/autogen/dev/user-guide/autogenstudio-user-guide/index.html
- To learn about how code executors work ... https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/design-patterns/code-execution-groupchat.html
- How to convert any agentchat python code and use it in autogen studio - https://microsoft.github.io/autogen/dev/user-guide/autogenstudio-user-guide/usage.html#declarative-specification-of-componenents
