Example

Usage

Get your key from Google here.

1

Create a virtual environment

Open the Terminal and create a python virtual environment.

2

Install libraries

pip install -U google-generativeai phidata
3

Export `GOOGLE_API_KEY`

export GOOGLE_API_KEY=***
4

Run Gemini Agent

python cookbook/providers/google/basic.py

Information