From e4dc9be5c72c46ebad3a4cc8d73373bd925f9ac8 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Mon, 3 Feb 2025 11:03:21 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1287544..fc27e50 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,18 @@ +## DeepResearch + +Keep searching and reading webpages until finding the answer (or exceeding the token budget). + ## Install +We use gemini for llm, brave for search, jina reader for reading a webpage. + ```bash export GOOGLE_API_KEY=... # ask han export BRAVE_API_KEY=... # brave provide free key, ask han export JINA_API_KEY=jina_... # get from jina.ai + +git clone https://github.com/jina-ai/node-DeepResearch.git +cd node-DeepResearch npm install ```