基于 Nonebot2,使用 AI 分析群聊记录,生成讨论内容的总结。
Project description
nonebot_plugin_summary_group
📖 介绍
基于Nonebot2,使用 AI 分析群聊记录,生成讨论内容的总结。
💿 安装
使用nb-cli安装插件
nb plugin install nonebot_plugin_summary_group
使用pip安装插件
pip install nonebot_plugin_summary_group
⚙️ 配置
在机器人文件夹的env文件中添加下表中配置项。
| 配置项 | 必填 | 默认 | 说明 |
|---|---|---|---|
| gemini_key | 与openai二选一 | None | gemini接口密钥 |
| openai_base_url | 与gemini二选一 | None | openai接口地址 |
| openai_api_key | 与gemini二选一 | None | openai接口密钥 |
| summary_model | 是 | gemini-1.5-flash | 模型名称 |
| proxy | 否 | None | 代理设置 |
| summary_max_length | 否 | 2000 | 总结最大长度 |
| summary_min_length | 否 | 50 | 总结最小长度 |
| summary_cool_down | 否 | 0 | 总结冷却时间(0即无冷却,针对人,而非群) |
| time_out | 否 | 120 | API 请求超时时间 |
| summary_in_png | 否 | False | 总结是否以图片形式发送 |
- 使用Gemini需要配置 gemini_key 与 summary_model。
- 使用OpenAI兼容的API则需要配置 openai_base_url 、 openai_api_key 与 summary_model。
若同时配置Gemini与OpenAI,则优先使用Gemini。
使用nonebot_plugin_htmlrender渲染图片,为节省不必要的消耗,此包不会作为该项目依赖,需要自行安装并设置summary_in_png=True以使用图片发送。
nb plugin install nonebot_plugin_htmlrender
🕹️ 使用
总结 [消息数量] :生成该群最近消息数量的内容总结
总结 [@群友] [消息数量] :生成指定群友相关内容总结
注:默认总结消息数量范围50~2000,使用无冷却时间
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_summary_group-0.6.2.tar.gz.
File metadata
- Download URL: nonebot_plugin_summary_group-0.6.2.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f5a42f730a5b3ac131d4ee06de3a053dcd3e1cba4d739f6bcc5ed6e15f532c1
|
|
| MD5 |
27aebf5573a44c70bcd705597c1a46a4
|
|
| BLAKE2b-256 |
cd8c8893915ee0cb704dc6877112472b744fd47d31d8052cecc01742b352ef62
|
Provenance
The following attestation bundles were made for nonebot_plugin_summary_group-0.6.2.tar.gz:
Publisher:
python-publish.yml on StillMisty/nonebot_plugin_summary_group
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nonebot_plugin_summary_group-0.6.2.tar.gz -
Subject digest:
7f5a42f730a5b3ac131d4ee06de3a053dcd3e1cba4d739f6bcc5ed6e15f532c1 - Sigstore transparency entry: 169748171
- Sigstore integration time:
-
Permalink:
StillMisty/nonebot_plugin_summary_group@7bc0bfd2c6bea2eb1be0195e13294136bef0ae2c -
Branch / Tag:
refs/tags/0.6.2 - Owner: https://github.com/StillMisty
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@7bc0bfd2c6bea2eb1be0195e13294136bef0ae2c -
Trigger Event:
release
-
Statement type:
File details
Details for the file nonebot_plugin_summary_group-0.6.2-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_summary_group-0.6.2-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b166995f44b3a9f480ae582ae6727044c6a853d2923131e678988c31ae38b68
|
|
| MD5 |
24200ce77f4df9edf11a22b7452decc7
|
|
| BLAKE2b-256 |
a13dc3dbf641effa1395703584f4386af01caa6cdd5235dde135960396991a5e
|
Provenance
The following attestation bundles were made for nonebot_plugin_summary_group-0.6.2-py3-none-any.whl:
Publisher:
python-publish.yml on StillMisty/nonebot_plugin_summary_group
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nonebot_plugin_summary_group-0.6.2-py3-none-any.whl -
Subject digest:
3b166995f44b3a9f480ae582ae6727044c6a853d2923131e678988c31ae38b68 - Sigstore transparency entry: 169748175
- Sigstore integration time:
-
Permalink:
StillMisty/nonebot_plugin_summary_group@7bc0bfd2c6bea2eb1be0195e13294136bef0ae2c -
Branch / Tag:
refs/tags/0.6.2 - Owner: https://github.com/StillMisty
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@7bc0bfd2c6bea2eb1be0195e13294136bef0ae2c -
Trigger Event:
release
-
Statement type: