friedrichor commited on
Commit
9a40c1f
1 Parent(s): 3630c9b
Files changed (1) hide show
  1. chatbot.py +1 -0
chatbot.py CHANGED
@@ -90,6 +90,7 @@ class Chat:
90
  return response_str
91
 
92
  def respond(self, message, num_beams, text2image_seed, chat_history, chat_state):
 
93
  # process context
94
  if self.context_for_intent == "":
95
  self.context_for_intent += message
 
90
  return response_str
91
 
92
  def respond(self, message, num_beams, text2image_seed, chat_history, chat_state):
93
+ print(f"User: {message}")
94
  # process context
95
  if self.context_for_intent == "":
96
  self.context_for_intent += message