mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-15 03:04:44 +08:00
feat: add ppt generation feat
This commit is contained in:
@@ -64,3 +64,7 @@ class TTSRequest(BaseModel):
|
||||
|
||||
class GeneratePodcastRequest(BaseModel):
|
||||
content: str = Field(..., description="The content of the podcast")
|
||||
|
||||
|
||||
class GeneratePPTRequest(BaseModel):
|
||||
content: str = Field(..., description="The content of the ppt")
|
||||
|
||||
Reference in New Issue
Block a user