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

`groq` not installed #994

Closed gamercoder153 closed 4 months ago

gamercoder153 commented 4 months ago

groq not installed error for this code

`from phi.assistant import Assistant from phi.llm.groq import Groq

assistant = Assistant( llm=Groq(model="mixtral-8x7b-32768"), description="You help people with their health and fitness goals.",

debug_mode=True,

) assistant.print_response("Share a quick healthy breakfast recipe.", markdown=True)`

ashpreetbedi commented 4 months ago

hi @gamercoder153, please can you run pip install groq==0.5.0 for now, the new 0.8.0 release broke the integrations and we are fixing it as we speak

ashpreetbedi commented 4 months ago

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