ysharma HF staff commited on
Commit
b6f9851
·
1 Parent(s): 07bba12

update human and bot references

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def predict_together(model: str,
107
  client = Client(os.getenv("API_URL_TGTHR")) #get_client(model)
108
  # debug
109
  #print(f"^^client is - {client}")
110
- user_name, assistant_name = "<human>:", "<bot>:"
111
  preprompt = openchat_preprompt
112
  sep = '\n'
113
 
 
107
  client = Client(os.getenv("API_URL_TGTHR")) #get_client(model)
108
  # debug
109
  #print(f"^^client is - {client}")
110
+ user_name, assistant_name = "<human>: ", "<bot>: "
111
  preprompt = openchat_preprompt
112
  sep = '\n'
113