Skip to content

daregoodness1997/Chat-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-AI

GitHub license

A simple chat application with an AI-powered bot.

Technologies

This project was built using the following technologies:

  1. React
  2. TypeScript
  3. OpenAI API
  4. Express

Demo

https://chat-ai-pearl.vercel.app/

Installation

  1. Clone the repository: git clone https://github.com/daregoodness1997/Chat-AI.git.
  2. Navigate to the client directory.
  3. Install the dependencies: npm install.
  4. Create a .env file in the root directory of the project and add your base URL. VITE_BASE_URL
  5. Start the application: npm run dev.
  6. Navigate to the backend directory.
  7. Install the dependencies: npm install.
  8. Create a .env file in the root directory of the project and add your OpenAI key. OPENAI_API_KEY
  9. Start the server: npm run dev.

Usage

  1. Open the application in your browser.
  2. Type a message in the text box and hit Enter or click the "Send" button.
  3. The bot will reply with an AI-generated message.

Contributing

Contributions are welcome! Here's how to get started:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-branch.
  3. Make your changes and commit them: git commit -m "my changes".
  4. Push your changes to your fork: git push origin my-branch.
  5. Submit a pull request.

License

This project is licensed under the terms of the MIT license. See LICENSE for more information.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors