mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-07 19:34:04 +00:00
debug: add log
This commit is contained in:
parent
39e760da88
commit
8b75dfce81
@ -59,6 +59,7 @@ class BaseOutputParser(ABC):
|
||||
if "vicuna" in CFG.LLM_MODEL:
|
||||
|
||||
output = data["text"].strip()
|
||||
print(output)
|
||||
else:
|
||||
output = data["text"].strip()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user