diff --git a/guides/google.md b/guides/google.md index eb351bd0..66231dc7 100644 --- a/guides/google.md +++ b/guides/google.md @@ -22,7 +22,7 @@ Set the `GOOGLE_PROJECT_ID` environment variable to the ID of your project. You ### Set your preferred region in an environment variable. -Set the `GOOGLE_REGION` environment variable to the ID of your project. You can find the Project ID by visiting the project dashboard in the "Project Info" section toward the top of the page. +Set the `GOOGLE_REGION` environment variable. You can find the region by going to Project Dashboard under VertexAI side navigation menu, and then scrolling to the bottom of the page. ## Create a Service Account For API Access @@ -89,4 +89,4 @@ response = client.chat.completions.create( print(response.choices[0].message.content) ``` -Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md). \ No newline at end of file +Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md).