mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
chore: update default gemini to 2.0-flash
This commit is contained in:
parent
1677bc5298
commit
deff7235b2
@ -34,7 +34,7 @@ npm install
|
||||
|
||||
## Usage
|
||||
|
||||
We use Gemini/OpenAI/[LocalLLM](#use-local-llm) for reasoning, [Jina Reader](https://jina.ai/reader) for searching and reading webpages, you can get a free API key with 1M tokens from jina.ai.
|
||||
We use Gemini (`gemini-2.0-flash`)/OpenAI/[LocalLLM](#use-local-llm) for reasoning, [Jina Reader](https://jina.ai/reader) for searching and reading webpages, you can get a free API key with 1M tokens from jina.ai.
|
||||
|
||||
```bash
|
||||
export GEMINI_API_KEY=... # for gemini
|
||||
@ -46,6 +46,8 @@ npm run dev $QUERY
|
||||
```
|
||||
|
||||
## Demo
|
||||
> using `gemini-1.5-flash` as llm, `gemini-2.0-flash` leads to much better!
|
||||
|
||||
Query: `"what is the latest blog post's title from jina ai?"`
|
||||
3 steps; answer is correct!
|
||||

|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user