Spaces:
Running
Running
admin
commited on
Commit
·
86660db
1
Parent(s):
70a2dde
upd hint
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def predict(
|
|
15 |
top_p,
|
16 |
):
|
17 |
if not api_key:
|
18 |
-
return "Please set
|
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}]
|