From 3251b297d40724d4900973bd8ef91edd4a39b352 Mon Sep 17 00:00:00 2001 From: Laura Date: Thu, 14 Aug 2025 17:15:33 +0200 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40269d0..da871df 100644 --- a/README.md +++ b/README.md @@ -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