fix: generate_more_like_this function issue (#722)

This commit is contained in:
Matri 2023-08-03 11:37:09 +08:00 committed by GitHub
parent 60ac915c9c
commit dfe10e9dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,7 +388,6 @@ And answer according to the language of the user's question.
pre_prompt=pre_prompt,
query=message.query,
inputs=message.inputs,
chain_output=None,
agent_execute_result=None,
memory=None
)