Namitg02 commited on
Commit
18221a4
·
verified ·
1 Parent(s): dd985f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -115,7 +115,8 @@ def talk(prompt, history):
115
  # binding the system context and new prompt for LLM
116
  # the chat template structure should be based on text generation model format
117
  print("check6")
118
-
 
119
  streamer = TextIteratorStreamer(
120
  tokenizer, timeout=10.0, skip_prompt=True, skip_special_tokens=True
121
  )
 
115
  # binding the system context and new prompt for LLM
116
  # the chat template structure should be based on text generation model format
117
  print("check6")
118
+ print(messages)
119
+ print("check7")
120
  streamer = TextIteratorStreamer(
121
  tokenizer, timeout=10.0, skip_prompt=True, skip_special_tokens=True
122
  )