privatevoice.src/internal/model/profile.go
@@ -2,6 +2,8 @@ const ( DefaultModelID = "sensevoice-zh" DefaultLanguageID = "zh-CN" EnglishLanguageID = "en" ) type ModelProfile struct { @@ -31,6 +33,7 @@ type LanguageProfile struct { ID string DisplayName string NativeName string UILocale string SystemMatchers []string DefaultModelID string