修改文件命名

This commit is contained in:
Your Name
2023-04-05 16:19:35 +08:00
parent 8aa2b48816
commit 785893b64f
12 changed files with 11 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ def predict_no_ui_but_counting_down(i_say, i_say_show_user, chatbot, top_p, temp
long_connection: 是否采用更稳定的连接方式(推荐)
"""
import time
from predict import predict_no_ui, predict_no_ui_long_connection
from request_llm.bridge_chatgpt import predict_no_ui, predict_no_ui_long_connection
from toolbox import get_conf
TIMEOUT_SECONDS, MAX_RETRY = get_conf('TIMEOUT_SECONDS', 'MAX_RETRY')
# 多线程的时候需要一个mutable结构在不同线程之间传递信息