Description
Deployed App
Installation
Usage
Questions
License
An AI chatbot built using React and Express to test Gemini capabilities and token limitations.
Visit https://ai-chatbot-nl47.onrender.com/
Note: App is currently on a free tier and may take up to 50 seconds to spin up
Install dependencies by navigating to root folder and running the following commands
npm i
cd client
npm i
Create .env file in the root folder and add an API_KEY variable with your Google Gemini API key.
API_KEY="YourApiKeyHere"
To use, navigate to root folder. Run the command
npm run dev
A new browser tab should open to application, if not navigate to localhost:3000.
Enter your message in the text input area, and click send to begin your chat.
For any questions regarding the repository, contact me via:
- Github: dgomie
- Email: danny.f.gomez@gmail.com
This application is covered under the MIT license
https://choosealicense.com/licenses/mit
