This project is a web application designed to provide users with an AI companion for conversation.
The AI response is slightly different from usual AI conversation models. It is designed to be rude and sarcastic, which can be a fun way to engage with the AI.
The application is built using Next.js, Tailwind CSS, and OpenAI's GPT-3.5 API.
- Chat with AI
- View chat history
- Multiple chat rooms
- User authentication
To get a local copy up and running follow these simple steps.
- Node.js v20
- npm
- Mysql
- OpenAI API Key
-
Clone the repo
-
Install NPM packages
npm install-
Rename
.env.exampleto.env.localand fill in the required environment variables -
Run the development server
npm run devAfter starting the development server, you can create an account to start chatting with the AI. Navigate through the app using the provided links and buttons.
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 MIT License. See LICENSE for more information.