CobaltZvc commited on
Commit
6d92c30
1 Parent(s): b0be51f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -409,6 +409,7 @@ elif Input_type == 'SPEECH':
409
  if result:
410
  if "GET_TEXT" in result:
411
  question = result.get("GET_TEXT")
 
412
  response = openai.Completion.create(
413
  model="text-davinci-003",
414
  prompt=f'''Your knowledge cutoff is 2021-09, and it is not aware of any events after that time. if the
 
409
  if result:
410
  if "GET_TEXT" in result:
411
  question = result.get("GET_TEXT")
412
+ st.text(question)
413
  response = openai.Completion.create(
414
  model="text-davinci-003",
415
  prompt=f'''Your knowledge cutoff is 2021-09, and it is not aware of any events after that time. if the