Waypen commited on
Commit
b68bf95
1 Parent(s): 6a215f3

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py CHANGED
@@ -7,7 +7,7 @@ from utils import *
7
  from presets import *
8
 
9
 
10
- my_api_key = "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" # 在这里输入你的 API 密钥
11
 
12
  #if we are running in Docker
13
  if os.environ.get('dockerrun') == 'yes':
 
7
  from presets import *
8
 
9
 
10
+ my_api_key = "" # 在这里输入你的 API 密钥
11
 
12
  #if we are running in Docker
13
  if os.environ.get('dockerrun') == 'yes':