Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ def stream_to_gradio(
|
|
234 |
):
|
235 |
yield message
|
236 |
|
237 |
-
|
238 |
|
239 |
final_answer = step_log # Last log is the run's final_answer
|
240 |
final_answer = handle_agent_output_types(final_answer)
|
|
|
234 |
):
|
235 |
yield message
|
236 |
|
237 |
+
time.sleep(60) #for groq
|
238 |
|
239 |
final_answer = step_log # Last log is the run's final_answer
|
240 |
final_answer = handle_agent_output_types(final_answer)
|