mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-19 08:47:32 +00:00
Update llmserver.py
This commit is contained in:
parent
bb9724cbc1
commit
f19b92af02
@ -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