From 36ea6700b78add7ca00d51def528c8b9982a1f30 Mon Sep 17 00:00:00 2001 From: Deepturn <33342819+Deepturn@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:36:19 +0800 Subject: [PATCH] Update alert message for model configuration (#6017) --- .../content/docs/introduction/development/modelConfig/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/content/docs/introduction/development/modelConfig/intro.mdx b/document/content/docs/introduction/development/modelConfig/intro.mdx index 2e4212e45..f3a883b9e 100644 --- a/document/content/docs/introduction/development/modelConfig/intro.mdx +++ b/document/content/docs/introduction/development/modelConfig/intro.mdx @@ -36,7 +36,7 @@ import { Alert } from '@/components/docs/Alert'; ### 2. 配置介绍 - 注意: 1. 目前语音识别模型和重排模型仅会生效一个,所以配置时候,只需要配置一个即可。 2. + 注意: 1. 目前语音识别模型仅会生效一个,所以配置时候,只需要配置一个即可。 2. 系统至少需要一个语言模型和一个索引模型才能正常使用。