Local chat interface for OpenRouter API with assistant prefill and multi-model support.
- Multi-model chat (compare responses side-by-side)
- Provider selection (filter by specific providers)
- Assistant prefill
- Reasoning trace display (for reasoning models)
- Streaming responses
- Copy to clipboard
- Save/load conversations
- Clone and install:
git clone https://github.com/cywinski/chatting.git
cd chatting
npm install- Configure API key:
cp .env.example .env
# Edit .env and add your OpenRouter API key- Run:
npm run dev