diff --git a/config.py b/config.py index a3c634f..d986750 100644 --- a/config.py +++ b/config.py @@ -42,5 +42,5 @@ API_URL = "https://api.openai.com/v1/chat/completions" # 设置并行使用的线程数 CONCURRENT_COUNT = 100 -# 设置用户名和密码 +# 设置用户名和密码(相关功能不稳定,与gradio版本和网络都相关,如果本地使用不建议加这个) AUTHENTICATION = [] # [("username", "password"), ("username2", "password2"), ...]