From d910ee3f36a6ea1e541a21550b29f3de5805516b Mon Sep 17 00:00:00 2001 From: "magic.chen" Date: Wed, 14 Jun 2023 22:52:26 +0800 Subject: [PATCH] Update llmserver.py --- pilot/server/llmserver.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pilot/server/llmserver.py b/pilot/server/llmserver.py index 5633a2adc..3e1c80749 100644 --- a/pilot/server/llmserver.py +++ b/pilot/server/llmserver.py @@ -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)