Create file .env.local in root directory and add
GEMINI_API_KEY=your-gemini-api-keyinstall gemini library
npm install @google/generative-airun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create file .env.local in root directory and add
GEMINI_API_KEY=your-gemini-api-keyinstall gemini library
npm install @google/generative-airun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.