XiaoZhiXC commited on
Commit
91ae190
1 Parent(s): b586175

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 = "" # 在这里输入你的 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":