From 59191a7dfa217531d557ebf645fff02403e3f670 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Sat, 15 Feb 2025 14:04:24 +0800 Subject: [PATCH] chore: fix readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43262e8..dce1143 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Keep searching, reading webpages, reasoning until an answer is found (or the token budget is exceeded). Useful for deeply investigating a query. +> [!IMPORTANT] +> Unlike OpenAI/Gemini/Perplexity's "Deep Research", we focus solely on **finding the right answers via our iterative process**. We don't optimize for long-form articles, that's a **completely different problem** – so if you need quick, concise answers from deep search, you're in the right place. If you're looking for AI-generated long reports like OpenAI/Gemini/Perplexity does, this isn't for you. + ```mermaid --- config: @@ -25,8 +28,6 @@ flowchart LR ``` -Unlike OpenAI and Gemini's Deep Research capabilities, we focus solely on **delivering accurate answers through our iterative process**. We don't optimize for long-form articles – if you need quick, precise answers from deep search, you're in the right place. If you're looking for AI-generated reports like OpenAI/Gemini do, this isn't for you. - ## Install ```bash