mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 01:09:54 +00:00
update readme
This commit is contained in:
@@ -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
|
- Search field with fuzzy matching to quickly find models
|
||||||
- Models are listed newest -> oldest
|
- Models are listed newest -> oldest
|
||||||
- Reasoning effort control
|
- 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
|
- Structured JSON output
|
||||||
- Statistics for messages (provider, ttft, tps and token count)
|
- 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**
|
**Backend**
|
||||||
- Go
|
- Go
|
||||||
- [OpenRouter](https://openrouter.ai/) for model list and completions
|
- [OpenRouter](https://openrouter.ai/) for model list and completions
|
||||||
|
- [Exa](https://exa.ai/) for web search and content retrieval (`/search`, `/contents`)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user