mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-08 11:47:44 +00:00
Update llmserver.py
This commit is contained in:
parent
e67338c045
commit
d910ee3f36
@ -75,8 +75,7 @@ class ModelWorker:
|
||||
):
|
||||
# Please do not open the output in production!
|
||||
# The gpt4all thread shares stdout with the parent process,
|
||||
# and opening it may affect the frontend output.
|
||||
|
||||
# and opening it may affect the frontend output
|
||||
if not ("gptj" in CFG.LLM_MODEL or "guanaco" in CFG.LLM_MODEL):
|
||||
print("output: ", output)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user