quentinrobot commited on
Commit
25cf8af
·
verified ·
1 Parent(s): 7b545d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,8 +14,7 @@ callback_manager = CallbackManager()
14
 
15
  api_base_url = "https://api.siliconflow.cn/v1"
16
  model = "internlm/internlm2_5-7b-chat"
17
- api_key = "API_KEY"
18
- # api_key = os.getenv("API_KEY")
19
 
20
 
21
 
 
14
 
15
  api_base_url = "https://api.siliconflow.cn/v1"
16
  model = "internlm/internlm2_5-7b-chat"
17
+ api_key = os.getenv("API_KEY")
 
18
 
19
 
20