-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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]: TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' #984
Comments
@ragesh2000 what version of AutoGen are you using? |
pyautogen==0.2.1 is the version iam using @afourney |
+1 here. |
@ragesh2000 @mongolu Any code that I could replicate the error? |
In file I'm not confident i cant help with the error replication. If I can help more, please guide me to give you what info you require. |
I can also provide my code
Iam also using autogen using ollama models and with litellm @kevin666aa |
Thanks! @ragesh2000 @mongolu Can you checkout #1008 and maybe copy paste the code to see if it works? I cannot replicate these errors quickly since I am not using local models. |
Yes that solves my issue @kevin666aa |
Also I have noticed that if the message to user_proxy.initiate_chat is same, the agent is not caring about the message and just returning the previous response. I think some kind of cache is getting involved in the response generation. How can i solve this issue ? |
Delete .cache dir |
I also confirm that the problem is solved with this. |
Thanks! Will get it merged! |
Thanks @kevin666aa |
Describe the bug
Got an error in autogen groupchat when i set human_input_mode == 'NEVER'
Steps to reproduce
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
Tasks
The text was updated successfully, but these errors were encountered: