-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 766 Bytes
/
.env.example
File metadata and controls
22 lines (16 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy as .env file and fill your values below
# Run ./update_dotenv_example.sh to update .env-example from your .env file.
# Choose Model Backend: 0 -> ML Dev, 1 -> Vertex
GOOGLE_GENAI_USE_VERTEXAI=TRUE
# ML Dev backend config, ignore if using Vertex.
GOOGLE_API_KEY=
# Vertex backend config
GOOGLE_CLOUD_PROJECT=harmony-city-zoo
GOOGLE_CLOUD_LOCATION=us-central1
DATASTORE_ID=projects/harmony-city-zoo/locations/{location}/collections/default_collection/dataStores/{}
# Set the path to your agent code directory
export AGENT_PATH=./zoo_concierge # Assuming zoo_concierge is in the current directory
# Set a name for your Cloud Run service (optional)
export SERVICE_NAME=zoo-concierge-service
# Set an application name (optional)
export APP_NAME=zoo_concierge