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