name fix
This commit is contained in:
parent
4f0dcc431c
commit
7606f5c130
@ -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
|
||||
|
@ -1129,7 +1129,7 @@ def get_user(chatbotwithcookies):
|
||||
|
||||
class ProxyNetworkActivate():
|
||||
"""
|
||||
这段代码定义了一个名为TempProxy的空上下文管理器, 用于给一小段代码上代理
|
||||
这段代码定义了一个名为ProxyNetworkActivate的空上下文管理器, 用于给一小段代码上代理
|
||||
"""
|
||||
def __init__(self, task=None) -> None:
|
||||
self.task = task
|
||||
|
Loading…
x
Reference in New Issue
Block a user