Closed juanpintom closed 1 month 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"],
thanks, fixed in https://github.com/strnad/CrewAI-Studio/pull/27
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: