An implementation of a minimalist chat app using React and Typescript. The app uses a simple AI to generate responses to user input.
- Minimalist design
- AI LLM model API connection for generating responses
- Currently uses Mistral Nemo model for generating responses but will be updated to use more models in the future
- If you are using local server, you can run the use hardcoded mock response for easier testing
- Clone the repository
- Run
npm install
to install dependencies - Run
npm run dev
to start the app
Janko Prester - [email protected]