修复 title 总结失败bug,新增enable_thinking参数
This commit is contained in:
@@ -22,8 +22,6 @@ async def conversation_title(agent, config):
|
||||
|
||||
if user_msg and ai_msg:
|
||||
break
|
||||
if not user_msg or not ai_msg:
|
||||
return None
|
||||
|
||||
prompt = f"""
|
||||
请根据以下首次对话内容,生成一个简洁、精准的标题(2-15个字):
|
||||
|
||||
Reference in New Issue
Block a user