diff --git a/package.json b/package.json index 0f8c813..d71b481 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "name": "AI字幕自动生成(v2)", "description": "使用whisper自动生成视频文件字幕,使用大模型翻译字幕成中文。", "labels": "字幕", - "version": "2.5", + "version": "2.5.1", "icon": "autosubtitles.jpeg", "author": "TimoYoung", "level": 1, @@ -39,7 +39,8 @@ "v2.1": "支持清除历史记录", "v2.2": "fix", "v2.3": "支持独立的大模型调用配置", - "v2.5": "适配openai api v1" + "v2.5": "适配openai api v1", + "v2.5.1": "更新依赖" } }, "CustomSites": { diff --git a/plugins/autosubv2/__init__.py b/plugins/autosubv2/__init__.py index b6f622d..62103c4 100644 --- a/plugins/autosubv2/__init__.py +++ b/plugins/autosubv2/__init__.py @@ -66,7 +66,7 @@ class AutoSubv2(_PluginBase): # 主题色 plugin_color = "#2C4F7E" # 插件版本 - plugin_version = "2.5" + plugin_version = "2.5.1" # 插件作者 plugin_author = "TimoYoung" # 作者主页 diff --git a/plugins/autosubv2/requirements.txt b/plugins/autosubv2/requirements.txt index fb5a734..cbc5858 100644 --- a/plugins/autosubv2/requirements.txt +++ b/plugins/autosubv2/requirements.txt @@ -2,3 +2,5 @@ iso639~=0.1.4 srt~=3.5.3 python-dotenv~=1.0.1 faster-whisper~=1.0.1 +cacheout~=0.16.0 +