diff --git a/example/lib/main.dart b/example/lib/main.dart index 2b24a2f..108e386 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -82,9 +82,9 @@ class _SpeechRecognitionPageState extends State { ), ); - // 初始化服务 - 使用2023年模型 + // 初始化服务 - 使用2025年最新模型(推荐) final success = - await _speechService.initializeWithDefaultModel(ModelConfig.zh2023); + await _speechService.initializeWithDefaultModel(ModelConfig.zh2025); if (success) { // 监听识别结果