Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.