Merge branch 'master' into huggingface

This commit is contained in:
Your Name
2023-04-21 18:48:00 +08:00
9 changed files with 271 additions and 81 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 = {}