Skip to content

Commit d656335

Browse files
authored
Add option to use AI Studio API key
1 parent 3f9fe83 commit d656335

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/deploy/cloud-run.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ export GOOGLE_GENAI_USE_VERTEXAI=True
3838

3939
*(Replace `your-project-id` with your actual GCP project ID)*
4040

41+
Alternatively you can also use an API key from AI Studio
42+
43+
```bash
44+
export GOOGLE_CLOUD_PROJECT=your-project-id
45+
export GOOGLE_CLOUD_LOCATION=us-central1 # Or your preferred location
46+
export GOOGLE_GENAI_USE_VERTEXAI=FALSE
47+
export GOOGLE_API_KEY=your-api-key
48+
```
49+
*(Replace `your-project-id` with your actual GCP project ID and `your-api-key` with your actual API key from AI Studio)*
50+
4151
## Deployment commands
4252

4353
=== "Python - adk CLI"

0 commit comments

Comments
 (0)