Replies: 1 comment 1 reply
-
Please post your python version and pyautogen version. |
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
-
Encountered errors with Autobuild, plz help. Thanks!
`from autogen.agentchat.contrib.agent_builder import AgentBuilder
builder = AgentBuilder(config_file_or_env=config_file_or_env, builder_model='gpt-4-1106-preview', agent_model='gpt-4-1106-preview')`
AttributeError: type object 'AssistantAgent' has no attribute 'DEFAULT_DESCRIPTION'
Beta Was this translation helpful? Give feedback.
All reactions