Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|