Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -7,7 +7,7 @@ from utils import *
|
|
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':
|
|
|
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':
|