From 5ed191f1e9738b2326c04f9ea8a14752214ecaee Mon Sep 17 00:00:00 2001 From: AnotiaWang Date: Wed, 12 Feb 2025 00:13:59 +0800 Subject: [PATCH] chore: update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b127157..f8f2e21 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,21 @@ # Deep Research Web UI -This is a web UI for https://github.com/dzhng/deep-research. It supports streaming AI responses, and viasualization of the research process using a tree structure. +This is a web UI for https://github.com/dzhng/deep-research. > Note: The project is currently WIP, expect bugs. +Features: + +- Stream AI responses for realtime feedback +- Viasualization of the research process using a tree structure +- Bring Your Own API Key: Everything (config, API requests, ...) happens in your browser + +Available providers currently: +- AI: OpenAI compatible +- Web Search: Tavily (similar to Firecrawl, but with more free quota (1000 credits / month)) + ## Setup Make sure to install dependencies: