https://github.com/mudkipdev/chat
Local AI chat interface
https://github.com/mudkipdev/chat
ai llm
Last synced: 29 days ago
JSON representation
Local AI chat interface
- Host: GitHub
- URL: https://github.com/mudkipdev/chat
- Owner: mudkipdev
- Created: 2026-04-11T23:06:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-06T22:02:37.000Z (2 months ago)
- Last Synced: 2026-05-07T00:10:04.082Z (2 months ago)
- Topics: ai, llm
- Language: TypeScript
- Homepage:
- Size: 546 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# chat
Local AI chat interface using Ollama/llama.cpp
## Usage
```
bun install
bun preview
```
Run the Docker image instead to have the sandboxed container tool available.
## Features
- [X] Sending messages and streaming responses
- [X] Choosing between multiple models running locally
- [X] Saving conversations
- [X] Deleting conversations
- [X] Extended thinking for better answers
- [X] Image uploads
- [X] Web search
- [X] Accounts
- [X] Container sandbox
- [ ] Prompt customization
- [ ] Chat sharing
