akhaliq HF staff philschmid HF staff commited on
Commit
69fefa5
1 Parent(s): e86f2ba

Update app.py (#3)

Browse files

- Update app.py (5c23bf0630ff2d9941498bc568074a9d682e8a40)


Co-authored-by: Philipp Schmid <philschmid@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
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 "<user>: ", "<bot>: "
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