Jaakko3311 commited on
Commit
909b4ce
1 Parent(s): 971ac20

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +3 -7
config.py CHANGED
@@ -7,11 +7,7 @@
7
  Configuration reading priority: environment variable > config_private.py > config.py
8
  """
9
 
10
- # [step 1]>> API_KEY = "sk-123456789xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx123456789"。极少数情况下,还需要填写组织(格式如org-123456789abcdefghijklmno的),请向下翻,找 API_ORG 设置项
11
- API_KEY = "此处填API密钥" # 可同时填写多个API-KEY,用英文逗号分割,例如API_KEY = "sk-openaikey1,sk-openaikey2,fkxxxx-api2dkey3,azure-apikey4"
12
-
13
-
14
- # [step 1]>> API_KEY = "sk-123456789xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx123456789"。极少数情况下,还需要填写组织(格式如org-123456789abcdefghijklmno的),请向下翻,找 API_ORG 设置项
15
  API_KEY = "此处填API密钥" # 可同时填写多个API-KEY,用英文逗号分割,例如API_KEY = "sk-openaikey1,sk-openaikey2,fkxxxx-api2dkey3,azure-apikey4"
16
 
17
 
@@ -28,8 +24,8 @@ if USE_PROXY:
28
  # 代理网络的地址,打开你的*学*网软件查看代理的协议(socks5h / http)、地址(localhost)和端口(11284)
29
  proxies = {
30
  # [协议]:// [地址] :[端口]
31
- "http": "socks5h://localhost:11284", # 再例如 "http": "http://127.0.0.1:7890",
32
- "https": "socks5h://localhost:11284", # 再例如 "https": "http://127.0.0.1:7890",
33
  }
34
  else:
35
  proxies = None
 
7
  Configuration reading priority: environment variable > config_private.py > config.py
8
  """
9
 
10
+ # [step 1]>> API_KEY = "sk-hvhG8Y4939tELukFCc3cDc17336747Fe8c500429E6B126D0"。极少数情况下,还需要填写组织(格式如org-123456789abcdefghijklmno的),请向下翻,找 API_ORG 设置项
 
 
 
 
11
  API_KEY = "此处填API密钥" # 可同时填写多个API-KEY,用英文逗号分割,例如API_KEY = "sk-openaikey1,sk-openaikey2,fkxxxx-api2dkey3,azure-apikey4"
12
 
13
 
 
24
  # 代理网络的地址,打开你的*学*网软件查看代理的协议(socks5h / http)、地址(localhost)和端口(11284)
25
  proxies = {
26
  # [协议]:// [地址] :[端口]
27
+ "http":"socks5h://127.0.0.1:10808", # 再例如 "http": "http://127.0.0.1:7890",
28
+ "https":"socks5h://127.0.0.1:10808", # 再例如 "https": "http://127.0.0.1:7890",
29
  }
30
  else:
31
  proxies = None