An open API service indexing awesome lists of open source software.

https://github.com/jprester/ai-completion-app

Clean and fast LLM Chat UI
https://github.com/jprester/ai-completion-app

ai chatbot chatgpt llm

Last synced: 5 months ago
JSON representation

Clean and fast LLM Chat UI

Awesome Lists containing this project

README

          

# SpeedyChat - AI chat app

An implementation of a minimalist chat app using React and Typescript. The app uses a simple AI to generate responses to user input.

## Features

- 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

## How to run

- Clone the repository
- Run `npm install` to install dependencies
- Run `npm run dev` to start the app

## Author

Janko Prester - janko.prester@gmail.com