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 openai phidata
3

Export Environment Variables

  export DEEPSEEK_API_KEY=***
4

Run DeepSeek Agent

python cookbook/providers/deepseek/basic.py

Information