You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,12 @@
9
9
- AZURE_OPENAI_ENDPOINT
10
10
- AZURE_OPENAI_DEPLOYMENT_NAME
11
11
- 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).
13
18
- Add GCP Credential file as gcp-cred.json for Vertex AI
14
19
- for running individual Python programs, use this
0 commit comments