dsh-free-search 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +6 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -50,6 +50,12 @@ Free engines auto-fallback to another free engine on failure. Paid engines fail
|
|
|
50
50
|
- Perplexity: <https://www.perplexity.ai/settings/api>
|
|
51
51
|
- DeepSeek: <https://platform.deepseek.com/api_keys>
|
|
52
52
|
|
|
53
|
+
### Why is AnySearch free?
|
|
54
|
+
|
|
55
|
+
AnySearch (anysearch.com) is an AI search gateway that offers **anonymous public search quota** — its `v1/search` REST endpoint can be called directly without registration or an API key. The quota is rate-limited (fine for everyday use), but as one of several free engines with mutual failover, the experience stays reliable.
|
|
56
|
+
|
|
57
|
+
Exa works the same way: its public MCP endpoint (`mcp.exa.ai/mcp`) supports anonymous calls, so it works without a key; setting `EXA_API_KEY` unlocks higher limits.
|
|
58
|
+
|
|
53
59
|
## Install
|
|
54
60
|
|
|
55
61
|
```sh
|
package/README.md
CHANGED
|
@@ -49,6 +49,12 @@ dsh 默认的搜索 provider 依赖 DeepSeek 官方 API key(`DEEPSEEK_API_KEY`
|
|
|
49
49
|
- Perplexity:<https://www.perplexity.ai/settings/api>
|
|
50
50
|
- DeepSeek:<https://platform.deepseek.com/api_keys>
|
|
51
51
|
|
|
52
|
+
### 为什么 AnySearch 免费?
|
|
53
|
+
|
|
54
|
+
AnySearch(anysearch.com)是一个 AI 搜索网关,提供**匿名的公共搜索额度**——通过其 `v1/search` REST 接口可以直接调用,无需注册或 API key。额度有限流(适合日常搜索),但作为免费引擎之一,与其他免费引擎互相回退,体验稳定。
|
|
55
|
+
|
|
56
|
+
Exa 同理:其公开 MCP 端点(`mcp.exa.ai/mcp`)支持匿名调用,因此不配置 key 也能用;配置 `EXA_API_KEY` 后可获得更高额度。
|
|
57
|
+
|
|
52
58
|
## 安装
|
|
53
59
|
|
|
54
60
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-free-search",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Free web search for DeepSeek Harness: 8 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa keyless) + platform search + web_fetch, with web settings UI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|