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

Export `CO_API_KEY`

export CO_API_KEY=xxx
4

Run Cohere Agent

python cookbook/providers/cohere/basic.py

Information