From 68ff1e4001072d2bdfcbe099a0a87c46d234f4b3 Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Thu, 11 Sep 2025 22:46:32 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20(Provider=20|=20Retry=20|=20Timeout)?= =?UTF-8?q?=20=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=20Provider=20=E6=88=96=E8=80=85=E7=95=99=E7=A9=BA?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E7=9A=84=E9=87=8D=E8=AF=95=E5=92=8C=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E5=A4=84=E7=90=86=EF=BC=8C=E6=80=9D=E8=80=83=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=A0=B9=E6=8D=AE=E6=83=85=E5=86=B5=E5=BB=B6?= =?UTF-8?q?=E9=95=BF=E8=AF=B7=E6=B1=82=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- metadata.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3acd0e..aed07b9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # QQ群日常分析插件 -[![Plugin Version](https://img.shields.io/badge/Latest_Version-v2.0.0-blue.svg?style=for-the-badge&color=76bad9)](https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis) +[![Plugin Version](https://img.shields.io/badge/Latest_Version-v2.1.0-blue.svg?style=for-the-badge&color=76bad9)](https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis) [![AstrBot](https://img.shields.io/badge/AstrBot-Plugin-ff69b4?style=for-the-badge)](https://github.com/AstrBotDevs/AstrBot) [![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](LICENSE) @@ -147,6 +147,9 @@ _✨ 一个基于AstrBot的智能群聊分析插件,能够生成精美的群 ### v1.9.0 - 生成 24h 时间段活跃情况分析 +### v2.1.0 +- 支持配置自定义 Provider 或者留空,支持自定义模型的重试和超时处理,思考模型可以根据情况延长请求超时时间 + ## 许可证 MIT License diff --git a/metadata.yaml b/metadata.yaml index 8f4e496..266e5fa 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -13,6 +13,6 @@ help: | # 插件的帮助信息 命令: /群分析 [天数] - 分析群聊活动 /分析设置 [操作] - 管理设置(enable/disable/status/test) -version: v2.0.0 # 插件版本号。格式:v1.1.1 或者 v1.1 +version: v2.1.0 # 插件版本号。格式:v1.1.1 或者 v1.1 author: SXP-Simon # 作者 repo: https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis # 插件的仓库地址