You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
61d4be2d76
PiperOrigin-RevId: 748777998
11 lines
311 B
Bash
11 lines
311 B
Bash
# Copy as .env file and fill your values below to run integration tests.
|
|
|
|
# Choose Backend: GOOGLE_AI_ONLY | VERTEX_ONLY | BOTH (default)
|
|
TEST_BACKEND=BOTH
|
|
|
|
# ML Dev backend config
|
|
GOOGLE_API_KEY=YOUR_VALUE_HERE
|
|
# Vertex backend config
|
|
GOOGLE_CLOUD_PROJECT=YOUR_VALUE_HERE
|
|
GOOGLE_CLOUD_LOCATION=YOUR_VALUE_HERE
|