You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
First of all, nice project! It looks very promising. I've been playing with autogen for a couple weeks now and just stumbled across your project. I've configured it to use GPT-4 however it's getting stuck/failing whenever it tries to call any function despite all the functions existing..
Eg:
***** Response from calling function "write_file" *****
Error: Function write_file not found.
Not quite sure what's wrong. Is this a known bug? I looked into the constants.py file and I can see all the functions are indeed there and they are being imported into main.py so I'm fairly confused at this point.