Spaces:
Runtime error
Runtime error
xiaohua1011
commited on
Commit
•
1b2a88c
1
Parent(s):
68ff366
Create config_private.py
Browse files- config_private.py +6 -0
config_private.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# (通过修改config.py或config_private.py)
|
2 |
+
LLM_MODEL = "gpt-3.5-turbo"
|
3 |
+
API_KEY = 'sk-0jKFnfFJOwKiPJApFdFf43584c0c49E98f4aF04c11988eD8'
|
4 |
+
API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions":"https://api.daifuku.asia/v1/chat/completions"}
|
5 |
+
# 极少数情况下,openai的官方KEY需要伴随组织编码(格式如org-xxxxxxxxxxxxxxxxxxxxxxxx)使用
|
6 |
+
API_ORG = ""
|