mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-08 19:58:27 +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:
|
if "vicuna" in CFG.LLM_MODEL:
|
||||||
|
|
||||||
output = data["text"].strip()
|
output = data["text"].strip()
|
||||||
|
print(output)
|
||||||
else:
|
else:
|
||||||
output = data["text"].strip()
|
output = data["text"].strip()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user