Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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(120)
|
228 |
|
229 |
conversations = client.conversations.v1.conversations.list()
|
230 |
|