feat: add synopsis generation endpoint and frontend integration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user