Skip to content

Commit 123f60b

Browse files
authored
Update generate-a-poem-with-google-gemini.mdx
1 parent 0ec5fd9 commit 123f60b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

projects/generate-a-poem-with-google-gemini/generate-a-poem-with-google-gemini.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/gene
88
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/generate-a-poem-with-google-gemini/header.png
99
published: live
1010
readTime: 45
11-
prerequisites: HTML, CSS, JavaScript fundamentals
11+
prerequisites: JavaScript, React
1212
versions: Node.js 18, Vite 5, React 18
1313
tags:
1414
- intermediate
1515
- javascript
16+
courses:
17+
- javascript
18+
- framework-valley-react
1619
---
1720

1821
## Introduction
@@ -28,7 +31,9 @@ Before we dive into the wonders of literary voices and how their styles can be m
2831

2932
## Get an API Key 🔑
3033

31-
To use the Gemini API, we need an API key. Visit the [Google AI Studio](https://aistudio.google.com/app/apikey), and sign in to a Google account to quickly create a key. **Remember:** Store your Google Gemini key in a separate file for best practice.
34+
To use the Gemini API, we need an API key. Visit the [Google AI Studio](https://aistudio.google.com/app/apikey), and sign in to a Google account to quickly create a key.
35+
36+
**Note:** Store your Google Gemini key in a separate file for best practice.
3237

3338
For more information, you can check out the [Google Gemini Documentation](https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=node).
3439

0 commit comments

Comments
 (0)