1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00

update readme

This commit is contained in:
Laura
2025-08-14 17:15:33 +02:00
parent 0b51ee9dad
commit 3251b297d4

View File

@@ -18,7 +18,9 @@ whiskr is a private, self-hosted web chat interface for interacting with AI mode
- Search field with fuzzy matching to quickly find models
- Models are listed newest -> oldest
- Reasoning effort control
- Web search tool
- Web search tools (set the `EXA_TOKEN` to enable):
- `search_web`: search via Exa in auto mode; returns up to 10 results with short summaries
- `fetch_contents`: fetch page contents for one or more URLs via Exa /contents
- Structured JSON output
- Statistics for messages (provider, ttft, tps and token count)
@@ -42,6 +44,7 @@ whiskr is a private, self-hosted web chat interface for interacting with AI mode
**Backend**
- Go
- [OpenRouter](https://openrouter.ai/) for model list and completions
- [Exa](https://exa.ai/) for web search and content retrieval (`/search`, `/contents`)
## Getting Started