feat: Integrate IndexTTS2 model and update related schemas and frontend components

This commit is contained in:
2026-03-12 13:30:53 +08:00
parent e5b5a16364
commit 8aec4f6f44
151 changed files with 40077 additions and 85 deletions

View File

@@ -19,6 +19,7 @@ class VoiceDesignResponse(BaseModel):
aliyun_voice_id: Optional[str]
meta_data: Optional[Dict[str, Any]]
preview_text: Optional[str]
ref_audio_path: Optional[str] = None
created_at: datetime
last_used: datetime
use_count: int