Namitg02 commited on
Commit
f4e5178
1 Parent(s): e19801b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -114,6 +114,7 @@ def talk(prompt, history):
114
  print(messages)
115
  # binding the system context and new prompt for LLM
116
  # the chat template structure should be based on text generation model format
 
117
 
118
  # indicates the end of a sequence
119
  stream = model.create_chat_completion(messages = messages, max_tokens=1000, stop=["</s>"], stream=False)
 
114
  print(messages)
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("check 6")
118
 
119
  # indicates the end of a sequence
120
  stream = model.create_chat_completion(messages = messages, max_tokens=1000, stop=["</s>"], stream=False)