Update app.py
Browse files
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 |
)
|