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