Spaces:
Runtime error
Runtime error
Commit
•
69fefa5
1
Parent(s):
e86f2ba
Update app.py (#3)
Browse files- Update app.py (5c23bf0630ff2d9941498bc568074a9d682e8a40)
Co-authored-by: Philipp Schmid <[email protected]>
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 |
|