-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: No way to set or register custom LLM to GroupChat selector agents #2929
Comments
good catch. Perhaps revising the custom client setup is the way to solve both this and #2930 |
@scruffynerf @brycecf , thanks for the issue, we are currently working on the non openai model clients. this should be out soon. feel free to checkout the roadmap #2946 and let us know your thoughts. thanks |
closing the issue, considering it is addressed in the new release of AutoGen. feel free to raise a new issue or reach out to us on discord. thanks @brycecf |
I'm actually still seeing the same issue, even with the new version of Autogen (0.2.32). Groupchat still has 2 internal agents that cannot be registered, so the same error is occurring. Can you please advise if there's a fix for this? |
Hi there, I am still facing the same issue after updating Autogen (0.2.32), using a custom azure openai model.
This results in the following error |
I have the same problem, do you have a solution? |
Downgrading to 0.2.25 works for now. |
can we reopen this? i have same issue |
can you specifiy, if this is related to anthropic client or custom model client. the conversation is not clear to understand which part of the issue is addressed. |
Sorry this is related to #2956 (comment) |
Is this issue being worked on ? For pyautogen 0.3.0 custom model client class - group chat manager is not working. |
do we now have ability to add custom model? |
Describe the bug
GroupChat has _auto_select_speaker with two internally defined agents: checking_agent and speaker_selection_agent.
When using a custom LLM config, there is no way to assign that to either agent or run
register_model_client
for either one. Registering the ChatManager has no impact.Steps to reproduce
Model Used
claude-3-sonnet-20240229
Expected Behavior
No error due to LLM configuration caused by
checking_agent
.Screenshots and logs
Stack trace:
Additional Information
Python 3.11
pyautogen 0.2.28
The text was updated successfully, but these errors were encountered: