Update config.py

This commit is contained in:
binary-husky 2023-04-02 22:02:41 +08:00 committed by GitHub
parent f4905a60e2
commit a74f0a9343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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