We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9fe83 commit d656335Copy full SHA for d656335
docs/deploy/cloud-run.md
@@ -38,6 +38,16 @@ export GOOGLE_GENAI_USE_VERTEXAI=True
38
39
*(Replace `your-project-id` with your actual GCP project ID)*
40
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
51
## Deployment commands
52
53
=== "Python - adk CLI"
0 commit comments