Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devarshishimpi/google-gemini-nodejs-chatbot
Simple Google Gemini ChatBot for Nodejs
https://github.com/devarshishimpi/google-gemini-nodejs-chatbot
ai chatbot devarshishimpi gemini generative-ai google google-gemini google-gemini-pro nodejs simple-chatbot
Last synced: 17 days ago
JSON representation
Simple Google Gemini ChatBot for Nodejs
- Host: GitHub
- URL: https://github.com/devarshishimpi/google-gemini-nodejs-chatbot
- Owner: devarshishimpi
- License: mit
- Created: 2024-03-25T18:45:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T11:04:21.000Z (6 months ago)
- Last Synced: 2024-05-05T12:21:49.422Z (6 months ago)
- Topics: ai, chatbot, devarshishimpi, gemini, generative-ai, google, google-gemini, google-gemini-pro, nodejs, simple-chatbot
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Google Gemini Node.js Chatbot
Simple Google Gemini ChatBot for Nodejs
## Installation
```bash
npm install @google/generative-ai ora chalk prompt-sync
```Replace the `API_KEY` in `index.js` with your own API key.
```bash
node index.js
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please view the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.