https://github.com/fs-frost/mai-chat
AI-powered chat just for fun.
https://github.com/fs-frost/mai-chat
ai chatbot chobits llm
Last synced: 2 months ago
JSON representation
AI-powered chat just for fun.
- Host: GitHub
- URL: https://github.com/fs-frost/mai-chat
- Owner: FS-Frost
- Created: 2024-06-04T02:51:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T04:22:10.000Z (4 months ago)
- Last Synced: 2026-03-28T09:37:22.427Z (4 months ago)
- Topics: ai, chatbot, chobits, llm
- Language: Svelte
- Homepage: https://fs-frost.github.io/mai-chat/
- Size: 23.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAI Chat

https://fs-frost.github.io/mai-chat/
AI-powered chat to run LLMs on the browser.
- Runs **everything** (models, chat history, and settings) on your machine.
- Multimodel: TinyLlama, Llama 3, Phi-3, and more.
- Installable as [PWA](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps).

## Built with
- [WebLLM](https://github.com/mlc-ai/web-llm)
- [SvelteKit](https://kit.svelte.dev/)
- [Zod](https://github.com/colinhacks/zod)
## Install dependencies
```sh
bun install
```
## Run on localhost
```sh
bun dev
```