feat(models): support xiaomi mimo

This commit is contained in:
zhayujie
2026-05-28 10:49:52 +08:00
parent 83cd6ad158
commit bccce2d7cb
22 changed files with 1340 additions and 3 deletions

View File

@@ -66,4 +66,8 @@ def create_voice(voice_type):
from voice.zhipuai.zhipuai_voice import ZhipuAIVoice
return ZhipuAIVoice()
elif voice_type == "mimo":
from voice.mimo.mimo_voice import MimoVoice
return MimoVoice()
raise RuntimeError