Get your key from here.
Create a virtual environment
Open the Terminal and create a python virtual environment.
Terminal
Install libraries
pip install -U groq phidata
Export `GROQ_API_KEY`
export GROQ_API_KEY=xxx
Run Groq Agent
python cookbook/providers/groq/basic.py
Was this page helpful?