Update app.py

#3
by philschmid HF staff - opened
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