From 433aa57b501910c493bd1504573806d5bb31e46c Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Wed, 10 Jul 2024 12:13:17 -0400 Subject: [PATCH] Relaxing groundedness checks for salutations --- flows/chainlit-ui-evaluation/call_assistant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flows/chainlit-ui-evaluation/call_assistant.py b/flows/chainlit-ui-evaluation/call_assistant.py index a6131cea..80fbdd78 100644 --- a/flows/chainlit-ui-evaluation/call_assistant.py +++ b/flows/chainlit-ui-evaluation/call_assistant.py @@ -296,6 +296,7 @@ def call_assistant(query, chat_history): for message in chat_history: send_message(message) + # Wait for a bit time.sleep(10) # Now send the user input