Skip to content

dgomie/ai-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Chatbot

GitHub license

Table of Contents

Description
Deployed App
Installation
Usage
Questions
License

Description

An AI chatbot built using React and Express to test Gemini capabilities and token limitations.

Deployed App

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

Installation

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"

Usage

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.

Questions

For any questions regarding the repository, contact me via:

License

This application is covered under the MIT license
https://choosealicense.com/licenses/mit

About

Testing out gemini chat abilities and limitations

Resources

License

Stars

Watchers

Forks

Packages

No packages published