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
- Host: GitHub
- URL: https://github.com/jprester/ai-completion-app
- Owner: jprester
- License: mit
- Created: 2024-12-23T13:01:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T14:11:44.000Z (over 1 year ago)
- Last Synced: 2025-09-19T05:52:51.752Z (10 months ago)
- Topics: ai, chatbot, chatgpt, llm
- Language: TypeScript
- Homepage: https://speedychat.netlify.app
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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