-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
|
||
## 微信插件 | ||
### 更新日志 | ||
- V0.7.4,20240316,支持search1api搜索聚合服务,google、bing、duckduckgo自由切换 | ||
- V0.7.3,20240217,修改Gemini代理,修改为更稳定的cf代理 | ||
- V0.7.2,20240206,增加图片压缩逻辑,修复图片过大时无法总结的bug | ||
- V0.7.1,20240130,修复关闭笔记功能时私聊无法总结网页的bug | ||
|
@@ -82,6 +83,7 @@ | |
|------|----------|------|----------|-----------| | ||
| OpenAI | 搜索、文件、图片、绝大部分网页文章 | 无需额外申请服务,舍得花钱的话,效果最可控 | [OpenAI](https://platform.openai.com/account/api-keys) \| [LinkAI代理](https://sum4all.site/linkai) | ![OpenAI](picture/openai.png) | | ||
| sum4all | 搜索、文件、绝大部分网页文章 | 注册免费送1万token,邀请好友注册再各得5k| [sum4all](https://sum4all.site/key) | ![Sum4all](picture/sum4all.png) | | ||
| search1api | Google、Bing、Duckduckgo搜索 | 搜索聚合服务,无需注册,$0.99/1000次每个月| [search1api](https://search2ai.online/api)| ![search1api](picture/search1api.png) | | ||
| Gemini | 搜索、文件、图片、绝大部分网页文章 | Google最新大模型,免费 | [gemini](https://sum4all.site/google) | ![Gemini](picture/gemini.png) | | ||
| Perplexity | 搜索 | 国外的搜索总结服务,速度快,价格贵,自带大模型,需自行注册和付费 | [Perplexity](https://sum4all.site/perplexity) | ![Perplexity](picture/p.png) | ![Alt text](picture/[email protected]) | | ||
| 讯飞 | 图片 | 讯飞星火大模型的图片理解功能,免费200万token,随便用 | [xunfei](https://sum4all.site/xunfei) | ![Perplexity](picture/讯飞.png) | | ||
|
@@ -108,6 +110,7 @@ | |
"search_sum": { | ||
"enabled": false, #搜索总结服务开关 | ||
"service": "sum4all", #搜索总结服务,目前支持openai、sum4all、gemini、perplexity | ||
"search_service": "duckduckgo", #搜索服务,duckduckgo免费,google、bing 需配置 search1api 的key | ||
"group": true, #搜索总结群聊开关 | ||
"search_prefix":"搜", #搜索总结前缀词 | ||
"prompt": "" #搜索总结prompt | ||
|
@@ -133,6 +136,7 @@ | |
}, | ||
"keys": { | ||
"sum4all_key": "", #如选sum4all,则必填 | ||
"search1api_key": "", #如search_service选google或bing,则必填,购买方式见上 | ||
"gemini_key": "", #如选gemini,则必填 | ||
"perplexity_key": "", #如选perplexity,则必填 | ||
"open_ai_api_key": "", #如选openai,则必填 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters