luoyawen commited on
Commit
caa2483
1 Parent(s): cacb2b5

Update app.py

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