Elijahbodden commited on
Commit
3bb24fe
·
verified ·
1 Parent(s): dcf50a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def respond(
96
 
97
  response = ""
98
 
99
- print(messages)
100
 
101
  convo = tokenizer.apply_chat_template(messages, tokenize=True)
102
  for message in model.create_completion(
 
96
 
97
  response = ""
98
 
99
+ print(tokenizer.apply_chat_template(messages, tokenize=False))
100
 
101
  convo = tokenizer.apply_chat_template(messages, tokenize=True)
102
  for message in model.create_completion(