debug: add log

This commit is contained in:
csunny 2023-06-01 15:05:48 +08:00
parent 39e760da88
commit 8b75dfce81

View File

@ -59,6 +59,7 @@ class BaseOutputParser(ABC):
if "vicuna" in CFG.LLM_MODEL:
output = data["text"].strip()
print(output)
else:
output = data["text"].strip()