update evaluate

Former-commit-id: f8ff625d76d91bc8c0b91e9c371fd68cdccdfb7e
This commit is contained in:
hiyouga 2023-09-23 11:55:31 +08:00
parent 467c30d591
commit 02549e3162

View File

@ -58,7 +58,7 @@ class EvalTemplate:
if not use_history: if not use_history:
query = "\n\n".join(["".join(item) for item in history] + [query]) query = "\n\n".join(["".join(item) for item in history] + [query])
history = [] history = []
return query, resp, history return query.strip(), resp, history
eval_templates = { eval_templates = {