JLW commited on
Commit
10915d1
·
1 Parent(s): 51c5f7e

Add Babel fish mode (no conversational agent)

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. audios/tempfile.mp3 +0 -0
app.py CHANGED
@@ -296,6 +296,7 @@ class ChatWrapper:
296
  print("inp: " + inp)
297
  print("trace_chain: ", trace_chain)
298
  print("speak_text: ", speak_text)
 
299
  history = history or []
300
  # If chain is None, that is because no API key was provided.
301
  output = "Please paste your OpenAI key to use this application."
 
296
  print("inp: " + inp)
297
  print("trace_chain: ", trace_chain)
298
  print("speak_text: ", speak_text)
299
+ print("monologue: ", monologue)
300
  history = history or []
301
  # If chain is None, that is because no API key was provided.
302
  output = "Please paste your OpenAI key to use this application."
audios/tempfile.mp3 CHANGED
Binary files a/audios/tempfile.mp3 and b/audios/tempfile.mp3 differ