phidatahq / phidata

Build AI Assistants with memory, knowledge and tools.
https://docs.phidata.com
Mozilla Public License 2.0
11.23k stars 1.67k forks source link

How to use Groq API? #993

Closed gamercoder153 closed 4 months ago

gamercoder153 commented 4 months ago

How to use Groq API?

picografix commented 4 months ago

refer these https://docs.phidata.com/llms/groq

gamercoder153 commented 4 months ago

@picografix just ran that and got this error groq not installed I installed it correctly

gamercoder153 commented 4 months ago

@picografix one more question is there a way to make the assistants talk like iterating over and over again to get desired output

ashpreetbedi commented 4 months ago

Hi there, please can you run pip install groq==0.5.0, the new 0.8.0 release broke the integration and we're working on a fix as we speak

ashpreetbedi commented 4 months ago

just fixed in phidata v2.4.17, please install using pip install -U phidata

gamercoder153 commented 4 months ago

@ashpreetbedi is the latest groq working now