Skip to content

Commit 2c21eb1

Browse files
authored
Update README.md
1 parent d27dccb commit 2c21eb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
- AZURE_OPENAI_ENDPOINT
1010
- AZURE_OPENAI_DEPLOYMENT_NAME
1111
- GOOGLE_PALM_AI_API_KEY from https://makersuite.google.com
12-
- GOOGLE_PROJECT_ID from Google Cloud console
12+
- GOOGLE_PROJECT_ID from Google Cloud console, refer to this https://cloud.google.com/vertex-ai/docs/start/cloud-environment
13+
- In the Google Cloud console, on the project selector page, select or create a [Google Cloud project](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
14+
- Go to [project selector](https://console.cloud.google.com/projectselector2/home/dashboard)
15+
- Make sure that billing is [enabled for your Google Cloud project](https://cloud.google.com/billing/docs/how-to/verify-billing-enabled#console).
16+
- Enable the Vertex AI API
17+
- [Enable the API](https://console.cloud.google.com/flows/enableapi?apiid=aiplatform.googleapis.com).
1318
- Add GCP Credential file as gcp-cred.json for Vertex AI
1419
- for running individual Python programs, use this
1520

0 commit comments

Comments
 (0)