Update config.py

This commit is contained in:
binary-husky 2023-04-02 22:02:41 +08:00 committed by GitHub
parent ad48645db9
commit a96a865265

View File

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