jgravelle / AutoGroq

AutoGroq is a groundbreaking tool that revolutionizes the way users interact with Autogen™ and other AI assistants. By dynamically generating tailored teams of AI agents based on your project requirements, AutoGroq eliminates the need for manual configuration and allows you to tackle any question, problem, or project with ease and efficiency.

Home Page:https://autogroq.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui_utils.py has extra args in call

beanlover opened this issue · comments

line 197 - the call to "zip_files_in_memory" has 3 arguments and the method only accepts 1.

I changed the call to model the other calls in that same file and it seemed to work.

I don't (yet) know how to make PRs in github so I thought I would just put this here.

I entered an initial prompt and agents were generated. I clicked the gear icon for one of the agents and added an input in the "enter your request" field and hit enter to send it. This is when the error happened.

After I updated the py code as noted above I went back and sent the same request from the same input and there was no error.

Found it. Pushed a fix. Thanks...!