Skip to content

Commit

Permalink
Words change
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed May 28, 2024
1 parent 64970e4 commit 48fa342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/danswer/danswerbot/slack/handlers/handle_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,10 @@ def _get_answer(new_message_request: DirectQARequest) -> OneShotQAResponse | Non
client=client,
channel=channel,
receiver_ids=send_to,
text="Hello! Danswer has some results for you!",
text="Hello! EVE AI has some results for you!",
blocks=[
SectionBlock(
text="Danswer is down for maintenance.\nWe're working hard on recharging the AI!"
text="EVE AI is down for maintenance.\nWe're working hard on recharging the AI!"
)
],
thread_ts=message_ts_to_respond_to,
Expand Down

0 comments on commit 48fa342

Please sign in to comment.