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

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

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

![A screenshot of the UI](https://files.catbox.moe/em1nt8.png)