feat: add synopsis generation endpoint and frontend integration

This commit is contained in:
2026-03-13 11:42:30 +08:00
parent 35bf7a302a
commit 6eb521dee4
5 changed files with 360 additions and 52 deletions

View File

@@ -347,6 +347,7 @@ async def generate_ai_script_chapters(project_id: int, user: User, db: Session)
key = str(project_id)
ps.reset(key)
crud.update_audiobook_project_status(db, project_id, "analyzing")
cfg = project.script_config
try: