Skip to content

docs: fix environment variable name for Gemini API #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion genkit-angular-starter-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This example will use the Gemini API which provides a generous free tier and doe
To use the Gemini API, you'll need an API key. If you don't already have one, create a key in Google AI Studio.

1. [Get an API key from Google AI Studio](https://makersuite.google.com/app/apikey)
1. After you’ve created an API key, set the `GEMINI_API_KEY` environment variable to your key with the command `export GEMINI_API_KEY=<your API key>`
1. After you’ve created an API key, set the `GEMINI_API_KEY` environment variable to your key with the command `export GOOGLE_GENAI_API_KEY=<your API key>`
1. Clone this repository or download the code to your local machine
1. `cd` into the root folder (e.g., `cd genkit-angular-starter-kit`)
1. Install the dependencies with `npm install`
Expand Down