From 82673e8ddd6700f2c0a2e45deaae67f44699d6a2 Mon Sep 17 00:00:00 2001 From: diudiu62 <115522593@qq.com> Date: Wed, 26 Feb 2025 09:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=94=BE=E5=88=B0=E4=BA=86?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E5=9C=B0=E6=96=B9=E6=8F=90?= =?UTF-8?q?=E9=86=92=EF=BC=8Cdocker=E6=8F=90=E5=89=8D=E8=87=AA=E8=A1=8C?= =?UTF-8?q?=E6=89=93=E5=8C=85=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 | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 24dea759c..d2e5dcee5 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、modelscope、jieba 库(默认使用CPU,大约下载 1 GB),并且安装 ffmpeg。否则将无法正常转文字。", + "hint": "启用前请 pip 安装 funasr、funasr_onnx、torchaudio、torch、modelscope、jieba 库(默认使用CPU,大约下载 1 GB),并且安装 ffmpeg。否则将无法正常转文字。", "obvious_hint": True, }, "is_emotion": { diff --git a/requirements.txt b/requirements.txt index 727be2aad..f9d4817af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,9 +21,3 @@ silk-python lark-oapi ormsgpack cryptography - -funasr_onnx -torchaudio -torch -modelscope -jieba \ No newline at end of file