Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from presets import *
|
|
9 |
|
10 |
logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s")
|
11 |
|
12 |
-
my_api_key = "sk-
|
13 |
|
14 |
#if we are running in Docker
|
15 |
if os.environ.get('dockerrun') == 'yes':
|
|
|
9 |
|
10 |
logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s")
|
11 |
|
12 |
+
my_api_key = "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" # 在这里输入你的 API 密钥
|
13 |
|
14 |
#if we are running in Docker
|
15 |
if os.environ.get('dockerrun') == 'yes':
|