strnad / CrewAI-Studio

A user-friendly, multi-platform GUI for managing and running CrewAI agents and tasks. Supports Conda and virtual environments, no coding needed.
372 stars 87 forks source link

Error loading groq models #26

Closed juanpintom closed 1 month ago

juanpintom commented 2 months ago

Hi, I found an issue when you select groq models.

To solve the bug you just need to modify line 76 from llms.py to:

    "models": ["groq/llama3-8b-8192","groq/llama3-70b-8192", "groq/mixtral-8x7b-32768"],
strnad commented 1 month ago

thanks, fixed in https://github.com/strnad/CrewAI-Studio/pull/27