mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 12:37:14 +00:00
debug: add log
This commit is contained in:
@@ -59,6 +59,7 @@ class BaseOutputParser(ABC):
|
||||
if "vicuna" in CFG.LLM_MODEL:
|
||||
|
||||
output = data["text"].strip()
|
||||
print(output)
|
||||
else:
|
||||
output = data["text"].strip()
|
||||
|
||||
|
Reference in New Issue
Block a user