From d01d1a8520df5fcb30b43cd2bc85bcdc879909d0 Mon Sep 17 00:00:00 2001 From: diudiu62 <115522593@qq.com> Date: Tue, 25 Feb 2025 18:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/config/default.py | 2 +- requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index e83e381ad..24dea759c 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -564,7 +564,7 @@ CONFIG_METADATA_2 = { "sensevoice_hint": { "description": "部署SenseVoice", "type": "string", - "hint": "启用前请 pip 安装 funasr_onnx、torchaudio、torch 库(默认使用CPU,大约下载 1 GB),并且安装 ffmpeg。否则将无法正常转文字。", + "hint": "启用前请 pip 安装 funasr_onnx、torchaudio、torch、modelscope、jieba 库(默认使用CPU,大约下载 1 GB),并且安装 ffmpeg。否则将无法正常转文字。", "obvious_hint": True, }, "is_emotion": { diff --git a/requirements.txt b/requirements.txt index b9fa04592..727be2aad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,4 +24,6 @@ cryptography funasr_onnx torchaudio -torch \ No newline at end of file +torch +modelscope +jieba \ No newline at end of file