Fix model loading: switch to zh2025 model as recommended by logs

This commit is contained in:
Max 2025-09-06 17:29:11 +08:00
parent 58056c6c09
commit 9053132874
1 changed files with 2 additions and 2 deletions

View File

@ -82,9 +82,9 @@ class _SpeechRecognitionPageState extends State<SpeechRecognitionPage> {
),
);
// - 使2023
// - 使2025
final success =
await _speechService.initializeWithDefaultModel(ModelConfig.zh2023);
await _speechService.initializeWithDefaultModel(ModelConfig.zh2025);
if (success) {
//