mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-09 20:28:07 +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!
|
# Please do not open the output in production!
|
||||||
# The gpt4all thread shares stdout with the parent process,
|
# 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):
|
if not ("gptj" in CFG.LLM_MODEL or "guanaco" in CFG.LLM_MODEL):
|
||||||
print("output: ", output)
|
print("output: ", output)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user