Spaces:
Runtime error
Runtime error
Update app.py
#3
by
philschmid
HF staff
- opened
app.py
CHANGED
@@ -17,7 +17,7 @@ def get_usernames(model: str):
|
|
17 |
if model == "Rallio67/joi2_20B_instruct_alpha":
|
18 |
return "User: ", "Joi: "
|
19 |
if model == "togethercomputer/GPT-NeoXT-Chat-Base-20B":
|
20 |
-
return "<
|
21 |
return "User: ", "Assistant: "
|
22 |
|
23 |
|
|
|
17 |
if model == "Rallio67/joi2_20B_instruct_alpha":
|
18 |
return "User: ", "Joi: "
|
19 |
if model == "togethercomputer/GPT-NeoXT-Chat-Base-20B":
|
20 |
+
return "<human>: ", "<bot>: "
|
21 |
return "User: ", "Assistant: "
|
22 |
|
23 |
|