Skip to content

Commit

Permalink
Relaxing groundedness checks for salutations
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 10, 2024
1 parent ed9d822 commit 433aa57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flows/chainlit-ui-evaluation/call_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 433aa57

Please sign in to comment.