wasertech commited on
Commit
03a83e0
1 Parent(s): b6bb2a9
Files changed (1) hide show
  1. singularity.py +1 -1
singularity.py CHANGED
@@ -56,7 +56,7 @@ In your relentless struggle to maintain an exponential velocity, in order not to
56
  #response_audio = self.speech_synthesis(output_text)
57
  assert self.messages != [], "Press the setup button"
58
  self.messages.append({"role": response_role, "content": output_text})
59
- history += [(None, (output_text,))]
60
  return history
61
 
62
  def query_tts(self, payload):
 
56
  #response_audio = self.speech_synthesis(output_text)
57
  assert self.messages != [], "Press the setup button"
58
  self.messages.append({"role": response_role, "content": output_text})
59
+ history += [(output_text, None)]
60
  return history
61
 
62
  def query_tts(self, payload):