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
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.
Any help would be appreciated. Thanks in advance,
The text was updated successfully, but these errors were encountered:
Ah I found why, the function_map for each agent in main.py was commented out. I assume the codebase is halfway through a change? Anyway I uncommented them and now the functions seem to work.
Sorry for the very late reply. This is indeed in the middle of a big feature upgrade. I've been swamped with my main job as well as dedicating some time to the next release of ClamAV Desktop (another open-source project).
I'm planning to circle back to this project in December and focus on OADS first release, especially since I'll be taking a break from my day job then ^^.
Hi,
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:
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.
Any help would be appreciated. Thanks in advance,
The text was updated successfully, but these errors were encountered: