Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -605,7 +605,7 @@ async def followup_agent(query: FollowupQueryModel, background_tasks: Background
|
|
605 |
logger.info(f"LLM RAW response for query: {query.query}: {full_response}")
|
606 |
|
607 |
# Add a slight delay after sending the full LLM response
|
608 |
-
await asyncio.sleep(0.
|
609 |
|
610 |
response_content, interact, tools = parse_followup_and_tools(full_response)
|
611 |
result = {
|
|
|
605 |
logger.info(f"LLM RAW response for query: {query.query}: {full_response}")
|
606 |
|
607 |
# Add a slight delay after sending the full LLM response
|
608 |
+
await asyncio.sleep(0.01)
|
609 |
|
610 |
response_content, interact, tools = parse_followup_and_tools(full_response)
|
611 |
result = {
|