Skip to content

AI Chat is an application that allows users to interact with a chatbot built using OpenAI's GPT language model.

License

Notifications You must be signed in to change notification settings

code2me/ai-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Chat - Readme

AI Chat is an application that allows users to interact with a chatbot built using OpenAI's GPT language model.

Similar to ChatGPT, users can communicate with the chatbot to receive automated responses. However, with AI Chat, users can also interact with each other through a chat interface. The application is built using various frontend and backend technologies.

Frontend Technologies Used

Backend Technologies Used

Getting Started

To get started with AI Chat, follow these steps:

  1. Clone this repository.
  2. Install the necessary dependencies by running npm install.
  3. Set up your OpenAI API credentials in the .env file.
  4. Start the backend server by running npm run dev in the backend directory to run Nodemon.
  5. Start the frontend server by running npm run dev in the frontend directory.

Usage

Once you have started both the frontend and backend servers, you can access the application by visiting http://localhost:5173. From there, you can use the chatbot to interact with AI Chat.

Contributing

If you would like to contribute to AI Chat, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes.
  4. Test your changes thoroughly.
  5. Submit a pull request.

License

AI Chat is licensed under the MIT License.

About

AI Chat is an application that allows users to interact with a chatbot built using OpenAI's GPT language model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published