Switch back to zh2023 model to fix filename mismatch issue
This commit is contained in:
parent
9053132874
commit
d18c3fc607
|
|
@ -82,9 +82,9 @@ class _SpeechRecognitionPageState extends State<SpeechRecognitionPage> {
|
|||
),
|
||||
);
|
||||
|
||||
// 初始化服务 - 使用2025年最新模型(推荐)
|
||||
// 初始化服务 - 使用2023年模型
|
||||
final success =
|
||||
await _speechService.initializeWithDefaultModel(ModelConfig.zh2025);
|
||||
await _speechService.initializeWithDefaultModel(ModelConfig.zh2023);
|
||||
|
||||
if (success) {
|
||||
// 监听识别结果
|
||||
|
|
|
|||
Loading…
Reference in New Issue