Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ logging.basicConfig(
|
|
16 |
format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s",
|
17 |
)
|
18 |
|
19 |
-
|
20 |
-
my_api_key = "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" # myself
|
21 |
|
22 |
# if we are running in Docker
|
23 |
if os.environ.get("dockerrun") == "yes":
|
|
|
16 |
format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s",
|
17 |
)
|
18 |
|
19 |
+
my_api_key = "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" # 在这里输入你的 API 密钥
|
20 |
+
# my_api_key = "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" # myself
|
21 |
|
22 |
# if we are running in Docker
|
23 |
if os.environ.get("dockerrun") == "yes":
|