fix: console output

This commit is contained in:
binary-husky
2024-09-21 14:41:36 +00:00
parent e296719b23
commit 09fd22091a
7 changed files with 120 additions and 45 deletions

View File

@@ -111,7 +111,7 @@ def predict_no_ui_long_connection(inputs:str, llm_kwargs:dict, history:list=[],
if chunkjson['event_type'] == 'stream-start': continue
if chunkjson['event_type'] == 'text-generation':
result += chunkjson["text"]
if not console_slience: logger.info(chunkjson["text"], end='')
if not console_slience: print(chunkjson["text"], end='')
if observe_window is not None:
# 观测窗,把已经获取的数据显示出去
if len(observe_window) >= 1: