极少数情况下,openai的官方KEY需要伴随组织编码

This commit is contained in:
binary-husky
2023-07-05 20:05:20 +08:00
parent 3e621bbec1
commit e5099e1daa
2 changed files with 7 additions and 2 deletions

View File

@@ -99,6 +99,10 @@ AUTHENTICATION = []
CUSTOM_PATH = "/"
# 极少数情况下openai的官方KEY需要伴随组织编码格式如org-xxxxxxxxxxxxxxxxxxxxxxxx使用
API_ORG = ""
# 如果需要使用Slack Claude使用教程详情见 request_llm/README.md
SLACK_CLAUDE_BOT_ID = ''
SLACK_CLAUDE_USER_TOKEN = ''