A recreation of OpenAI's largely popular web application made for educational purposes. This application is a web-based chatbot that uses open-source LLMs donwloaded into the user's browser to generate responses to user input, without paying for expensive API calls.
- Responsive Design: The application is designed to work on all devices, including mobile phones, tablets, and desktops.
- Dark Mode: The application has a dark mode that can be toggled on and off.
- Multiple Models: The application supports multiple models, including Llama, Phi, Gemma, and more.
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm start
to start the development server.
This project is licensed under the MIT License - see the LICENSE file for details.