This commit is contained in:
binary-husky 2023-12-23 20:55:58 +08:00
parent 4f0dcc431c
commit 7606f5c130
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
model_name = "Qwen_local"
model_name = "Qwen_Local"
cmd_to_install = "`pip install -r request_llms/requirements_qwen_local.txt`"
from toolbox import ProxyNetworkActivate, get_conf

View File

@ -1129,7 +1129,7 @@ def get_user(chatbotwithcookies):
class ProxyNetworkActivate():
"""
这段代码定义了一个名为TempProxy的空上下文管理器, 用于给一小段代码上代理
这段代码定义了一个名为ProxyNetworkActivate的空上下文管理器, 用于给一小段代码上代理
"""
def __init__(self, task=None) -> None:
self.task = task