# Hello Google GenAI - Vertex AI
An example demonstrating the use of the Google GenAI plugin to use
Vertex AI.
## Setup environment
1. Install [GCP CLI](https://cloud.google.com/sdk/docs/install).
2. Put your GCP project and location in the code to run VertexAI there.
3. Run the sample.
```bash
uv venv
source .venv/bin/activate
```
## Run the sample
TODO
```bash
genkit start -- uv run src/google_genai_vertexai_hello.py
```