masadonline commited on
Commit
96e3f44
·
verified ·
1 Parent(s): 814bf2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ def start_conversation_monitor(client, index, embed_model, text_chunks):
224
  context = "\n\n".join(retrieve_chunks(question, index, embed_model, text_chunks))
225
  answer = generate_answer_with_groq(question, context)
226
  send_twilio_message(client, convo_sid, answer)
227
- time.sleep(5)
228
 
229
  conversations = client.conversations.v1.conversations.list()
230
 
 
224
  context = "\n\n".join(retrieve_chunks(question, index, embed_model, text_chunks))
225
  answer = generate_answer_with_groq(question, context)
226
  send_twilio_message(client, convo_sid, answer)
227
+ time.sleep(15)
228
 
229
  conversations = client.conversations.v1.conversations.list()
230