- Introduced `asr_interim_enabled` field in the Assistant model to control interim ASR results. - Updated AssistantBase and AssistantUpdate schemas to include the new field. - Modified the database schema to add the `asr_interim_enabled` column. - Enhanced runtime metadata to reflect interim ASR settings. - Updated API endpoints and tests to validate the new functionality. - Adjusted documentation to include details about interim ASR results configuration.
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)查看文档。