Spaces:
Running
Running
Update config.py
#319
by
youngjx1
- opened
config.py
CHANGED
@@ -12,7 +12,7 @@ API_KEY = "此处填API密钥" # 可同时填写多个API-KEY,用英文逗
|
|
12 |
|
13 |
|
14 |
# [step 1]>> API_KEY = "sk-123456789xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx123456789"。极少数情况下,还需要填写组织(格式如org-123456789abcdefghijklmno的),请向下翻,找 API_ORG 设置项
|
15 |
-
API_KEY = "
|
16 |
|
17 |
|
18 |
# [step 2]>> 改为True应用代理,如果直接在海外服务器部署,此处不修改;如果使用本地或无地域限制的大模型时,此处也不需要修改
|
@@ -28,8 +28,8 @@ if USE_PROXY:
|
|
28 |
"""
|
29 |
proxies = {
|
30 |
# [协议]:// [地址] :[端口]
|
31 |
-
"http": "socks5h://localhost:
|
32 |
-
"https": "socks5h://localhost:
|
33 |
}
|
34 |
else:
|
35 |
proxies = None
|
|
|
12 |
|
13 |
|
14 |
# [step 1]>> API_KEY = "sk-123456789xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx123456789"。极少数情况下,还需要填写组织(格式如org-123456789abcdefghijklmno的),请向下翻,找 API_ORG 设置项
|
15 |
+
API_KEY = "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" # 可同时填写多个API-KEY,用英文逗号分割,例如API_KEY = "sk-openaikey1,sk-openaikey2,fkxxxx-api2dkey3,azure-apikey4"
|
16 |
|
17 |
|
18 |
# [step 2]>> 改为True应用代理,如果直接在海外服务器部署,此处不修改;如果使用本地或无地域限制的大模型时,此处也不需要修改
|
|
|
28 |
"""
|
29 |
proxies = {
|
30 |
# [协议]:// [地址] :[端口]
|
31 |
+
"http": "socks5h://localhost:10808", # 再例如 "http": "http://127.0.0.1:7890",
|
32 |
+
"https": "socks5h://localhost:10808", # 再例如 "https": "http://127.0.0.1:7890",
|
33 |
}
|
34 |
else:
|
35 |
proxies = None
|