Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T13:52:46.000Z (7 months ago)
- Last Synced: 2024-06-07T04:01:14.878Z (7 months ago)
- Topics: ai, chatbot, chobits, llm
- Language: Svelte
- Homepage: https://fs-frost.github.io/mai-chat/
- Size: 21.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAI Chat
![main](https://github.com/FS-Frost/mai-chat/actions/workflows/main.yml/badge.svg)
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
```