Update README.md

This commit is contained in:
Han Xiao 2025-02-03 11:03:21 +08:00 committed by GitHub
parent 1b1f209eab
commit e4dc9be5c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```