Просмотр исходного кода

fix: generate_more_like_this function issue (#722)

Matri 1 год назад
Родитель
Сommit
dfe10e9dfe
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      api/core/completion.py

+ 0 - 1
api/core/completion.py

@@ -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
         )