Update alert message for model configuration (#6017)

This commit is contained in:
Deepturn 2025-12-03 08:36:19 +08:00 committed by GitHub
parent 735a6722b5
commit 36ea6700b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ import { Alert } from '@/components/docs/Alert';
### 2. 配置介绍
<Alert icon="🤖" context="success">
注意: 1. 目前语音识别模型和重排模型仅会生效一个,所以配置时候,只需要配置一个即可。 2.
注意: 1. 目前语音识别模型仅会生效一个,所以配置时候,只需要配置一个即可。 2.
系统至少需要一个语言模型和一个索引模型才能正常使用。
</Alert>