version 3.15 添加联网回答问题

This commit is contained in:
Your Name
2023-04-21 20:03:38 +08:00
parent 7339b06acb
commit 5353eba376
2 changed files with 3 additions and 3 deletions

View File

@@ -210,7 +210,7 @@ def predict_no_ui_long_connection(inputs, llm_kwargs, history, sys_prompt, obser
return_string_collect.append( f"{str(models[i])} 说】: <font color=\"{colors[i]}\"> {future.result()} </font>" )
window_mutex[-1] = False # stop mutex thread
res = '<br/>\n\n---\n\n'.join(return_string_collect)
res = '<br/><br/>\n\n---\n\n'.join(return_string_collect)
return res