Get your key from here.
Create a virtual environment
Open the Terminal and create a python virtual environment.
Terminal
Install libraries
pip install -U openai phidata
Export Environment Variables
export DEEPSEEK_API_KEY=***
Run DeepSeek Agent
python cookbook/providers/deepseek/basic.py
Was this page helpful?