feat: add ppt generation feat

This commit is contained in:
He Tao
2025-04-21 16:43:06 +08:00
parent d81eb40a80
commit 0d2f93c773
10 changed files with 256 additions and 0 deletions

View File

@@ -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")