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 c0a8b6c commit ed9d822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flows/chainlit-ui-evaluation/call_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ def call_assistant(query, chat_history):
for message in chat_history:
send_message(message)

time.sleep(10)

# Now send the user input
response = send_message(query)

Expand Down

0 comments on commit ed9d822

Please sign in to comment.