- Added DashScope ASR service implementation for real-time streaming. - Updated ASR provider logic to support DashScope alongside existing providers. - Enhanced runtime metadata resolution to include DashScope as a valid ASR provider. - Modified configuration files and documentation to reflect the addition of DashScope. - Introduced tests to validate DashScope integration and ASR service behavior. - Refactored ASR service factory to accommodate new provider options and modes.
Documentation
安装依赖(推荐使用 1.x,避免与 Material 主题不兼容):
cd docs
pip install -r requirements.txt
或手动安装:pip install "mkdocs>=1.6,<2" mkdocs-material
本地预览:
mkdocs serve
访问终端中显示的地址(如 http://127.0.0.1:8000)查看文档。