Refactor localization files and remove Aliyun references
This commit is contained in:
@@ -61,7 +61,6 @@ class AudiobookCharacterResponse(BaseModel):
|
||||
voice_design_id: Optional[int] = None
|
||||
voice_design_name: Optional[str] = None
|
||||
voice_design_speaker: Optional[str] = None
|
||||
use_indextts2: bool = False
|
||||
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
@@ -105,7 +104,6 @@ class AudiobookCharacterEdit(BaseModel):
|
||||
description: Optional[str] = None
|
||||
instruct: Optional[str] = None
|
||||
voice_design_id: Optional[int] = None
|
||||
use_indextts2: Optional[bool] = None
|
||||
|
||||
|
||||
class AudiobookSegmentResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user