Skip to content

Commit

Permalink
fix: generate_more_like_this function issue (langgenius#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatriQ authored and Octivian committed Aug 8, 2023
1 parent 18a4dcf commit dda7276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/core/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def generate_more_like_this(cls, task_id: str, app: App, message: Message, pre_p
pre_prompt=pre_prompt,
query=message.query,
inputs=message.inputs,
chain_output=None,
agent_execute_result=None,
memory=None
)
Expand Down

0 comments on commit dda7276

Please sign in to comment.