admin commited on
Commit
86660db
·
1 Parent(s): 70a2dde
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(
15
  top_p,
16
  ):
17
  if not api_key:
18
- return "Please set the api key in settings."
19
 
20
  # Format history with a given chat template
21
  msgs = [{"role": "system", "content": system_prompt}]
 
15
  top_p,
16
  ):
17
  if not api_key:
18
+ return "Please set valid api keys in settings first."
19
 
20
  # Format history with a given chat template
21
  msgs = [{"role": "system", "content": system_prompt}]