From 380b11731a0f34a7fda30db11b05e2138cde4066 Mon Sep 17 00:00:00 2001 From: "@zimeg" Date: Thu, 26 Sep 2024 14:54:28 -0700 Subject: [PATCH] docs: reword a line about matching multiple development environments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bece5a9..07999d0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ export ANTHROPIC_API_KEY= ##### Google Cloud Vertex AI Setup -To use Google Cloud Vertex AI, [follow this quick start](https://cloud.google.com/vertex-ai/generative-ai/docs/start/quickstarts/quickstart-multimodal#expandable-1) to create a project for sending requests to the Gemini API, then gather [Application Default Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc) with the strategy that matches your development environment. +To use Google Cloud Vertex AI, [follow this quick start](https://cloud.google.com/vertex-ai/generative-ai/docs/start/quickstarts/quickstart-multimodal#expandable-1) to create a project for sending requests to the Gemini API, then gather [Application Default Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc) with the strategy to match your development environment. Once your project and credentials are configured, export environment variables to select from Gemini models: