fix:1.修复自定义系统模板提示词的多出问题
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user