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.
https://autogroq.streamlit.app/
1.21k stars 423 forks source link

Error making API request: 'str' object has no attribute 'get' #3

Closed shaunstoltz closed 2 months ago

shaunstoltz commented 2 months ago

Getting this error when first trying to generate agents:

Error making API request: 'str' object has no attribute 'get' Debug: AutoGen Agents: [] Debug: CrewAI Agents: [] Error: No agents created.

jgravelle commented 2 months ago

The Mixtral model is prone to doing that. Try the llama 70b...

-jjg

On Sat, May 11, 2024 at 7:51 AM shaunstoltz @.***> wrote:

Getting this error when first trying to generate agents:

Error making API request: 'str' object has no attribute 'get' Debug: AutoGen Agents: [] Debug: CrewAI Agents: [] Error: No agents created.

— Reply to this email directly, view it on GitHub https://github.com/jgravelle/AutoGroq/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZ6GXF7F6IJPDPQFPTOK6DZBYH47AVCNFSM6AAAAABHR5BKF6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4TAOBYGQ4DMMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

shaunstoltz commented 2 months ago

Ahah, very good, yes... it works now. Thanks!

jgravelle commented 2 months ago

My bad. I should make the 70b the default. Next release...