fix:1.修复自定义系统模板提示词的多出问题

This commit is contained in:
xiamuceer
2025-11-30 12:25:47 +08:00
parent 19e08d99b3
commit 1bb3be3942
4 changed files with 44 additions and 13 deletions
+3 -1
View File
@@ -2709,7 +2709,9 @@ async def regenerate_chapter_stream(
analysis=analysis,
regenerate_request=regenerate_request,
project_context=project_context,
style_content=style_content
style_content=style_content,
user_id=user_id,
db=db_session
):
# 处理不同类型的事件
if event['type'] == 'chunk':