This project is a chatbot built with Node.js and Google's Gemini AI.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- dotenv package
- Clone the repo
git clone https://github.com/Richin/
- Install NPM packages npm install
You can then interact with the chatbot in the terminal. Type ‘exit’ to stop the chatbot.
This project uses the following environment variables:
API_KEY - Your Google Gemini API key. This should be stored in a .env file.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
###Fork the Project Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature) Open a Pull Request
Distributed under the Apache-2.0 license. See LICENSE for more information.
Project Link: https://github.com/Richin/generative-ai-chat-box.git