|
11 | 11 |
|
12 | 12 | --- |
13 | 13 |
|
14 | | -DeepSearcher combines cutting-edge LLMs (OpenAI o3, Qwen3, DeepSeek, Grok 3, Claude 4 Sonnet, Llama 4, QwQ, etc.) and Vector Databases (Milvus, Zilliz Cloud etc.) to perform search, evaluation, and reasoning based on private data, providing highly accurate answer and comprehensive report. This project is suitable for enterprise knowledge management, intelligent Q&A systems, and information retrieval scenarios. |
| 14 | +DeepSearcher combines cutting-edge LLMs (OpenAI o3, Qwen3, DeepSeek, Grok 4, Claude 4 Sonnet, Llama 4, QwQ, etc.) and Vector Databases (Milvus, Zilliz Cloud etc.) to perform search, evaluation, and reasoning based on private data, providing highly accurate answer and comprehensive report. This project is suitable for enterprise knowledge management, intelligent Q&A systems, and information retrieval scenarios. |
15 | 15 |
|
16 | 16 |  |
17 | 17 |
|
@@ -148,7 +148,7 @@ result = query("Write a report about xxx.") # Your question here |
148 | 148 | <details> |
149 | 149 | <summary>Example (XAI Grok)</summary> |
150 | 150 | <p> Make sure you have prepared your XAI API KEY as an env variable <code>XAI_API_KEY</code>.</p> |
151 | | - <pre><code>config.set_provider_config("llm", "XAI", {"model": "grok-2-latest"})</code></pre> |
| 151 | + <pre><code>config.set_provider_config("llm", "XAI", {"model": "grok-4-0709"})</code></pre> |
152 | 152 | <p> More details about XAI Grok: https://docs.x.ai/docs/overview#featured-models </p> |
153 | 153 | </details> |
154 | 154 |
|
@@ -552,7 +552,7 @@ nest_asyncio.apply() |
552 | 552 | ### 🔹 LLM Support |
553 | 553 | - [OpenAI](https://platform.openai.com/docs/models) (`OPENAI_API_KEY` env variable required) |
554 | 554 | - [DeepSeek](https://api-docs.deepseek.com/) (`DEEPSEEK_API_KEY` env variable required) |
555 | | -- [XAI Grok](https://x.ai/blog/grok-3) (`XAI_API_KEY` env variable required) |
| 555 | +- [XAI Grok](https://x.ai/api) (`XAI_API_KEY` env variable required) |
556 | 556 | - [Anthropic Claude](https://docs.anthropic.com/en/home) (`ANTHROPIC_API_KEY` env variable required) |
557 | 557 | - [SiliconFlow Inference Service](https://docs.siliconflow.cn/en/userguide/introduction) (`SILICONFLOW_API_KEY` env variable required) |
558 | 558 | - [PPIO](https://ppinfra.com/model-api/product/llm-api?utm_source=github_deep-searcher) (`PPIO_API_KEY` env variable required) |
|
0 commit comments