Switch back to zh2023 model to fix filename mismatch issue

This commit is contained in:
Max 2025-09-06 17:30:54 +08:00
parent 9053132874
commit d18c3fc607
1 changed files with 2 additions and 2 deletions

View File

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