autogen icon indicating copy to clipboard operation
autogen copied to clipboard

[Feature Request]: Support OpenAI o1-mini model

Open xiezhuangping opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

image

Describe the solution you'd like

No response

Additional context

No response

xiezhuangping avatar Sep 13 '24 03:09 xiezhuangping

any updates about o1 model support?

mstfldmr avatar Dec 10 '24 13:12 mstfldmr

+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 avatar Jan 04 '25 05:01 tmyracle

@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 avatar Jan 04 '25 06:01 ekzhu

@ekzhu Could you please explain me where can I set the prompt is not in system_message? as description?, Thanks.

MilerDiazZevallos avatar Jan 14 '25 16:01 MilerDiazZevallos

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.

ekzhu avatar Jan 14 '25 18:01 ekzhu

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.

MilerDiazZevallos avatar Jan 14 '25 20:01 MilerDiazZevallos

You can find an example at the README.md of this repo.

ekzhu avatar Jan 15 '25 02:01 ekzhu

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

Designing With AI

  • 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

victordibia avatar Feb 24 '25 17:02 victordibia