Example

Usage

Get your key from here.

1

Create a virtual environment

Open the Terminal and create a python virtual environment.

2

Install libraries

pip install -U groq phidata
3

Export `GROQ_API_KEY`

export GROQ_API_KEY=xxx
4

Run Groq Agent

python cookbook/providers/groq/basic.py

Information