Ariver
2026-06-03 f66a79670c444010a59b8513c9f61257ebc7d9b6
privatevoice.src/internal/model/profile.go
@@ -1,7 +1,9 @@
package model
const (
   DefaultModelID = "sensevoice-zh"
   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