还原API_URL的设置

This commit is contained in:
Your Name
2023-04-21 17:37:48 +08:00
parent b7d4adeccc
commit 01a377d747
2 changed files with 30 additions and 6 deletions

View File

@@ -56,3 +56,7 @@ CONCURRENT_COUNT = 100
# 设置用户名和密码不需要修改相关功能不稳定与gradio版本和网络都相关如果本地使用不建议加这个
# [("username", "password"), ("username2", "password2"), ...]
AUTHENTICATION = []
# 重新URL重新定向实现更换API_URL的作用常规情况下不要修改
# 格式 {"https://api.openai.com/v1/chat/completions": "重定向的URL"}
API_URL_REDIRECT = {}