feat(audiobook): add turbo mode for project analysis and enhance log streaming with chapter support
This commit is contained in:
@@ -50,6 +50,10 @@ class AudiobookProjectDetail(AudiobookProjectResponse):
|
||||
chapters: List[AudiobookChapterResponse] = []
|
||||
|
||||
|
||||
class AudiobookAnalyzeRequest(BaseModel):
|
||||
turbo: bool = False
|
||||
|
||||
|
||||
class AudiobookGenerateRequest(BaseModel):
|
||||
chapter_index: Optional[int] = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user