Skip to content

Commit

Permalink
style: remove quote
Browse files Browse the repository at this point in the history
  • Loading branch information
thehapyone committed May 19, 2024
1 parent d52bb9e commit 7a56e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sage/utils/source_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ async def _handle_chat_only_mode(self, intro_message: str) -> VectorStoreRetriev

if source_actions:
action_response = await cl.AskActionMessage(
content="To start a conversation, choose a data source. If no selection is made before the time runs out, the default is '🙅‍♂️/🙅‍♀️ No Sources ⛔'",
content="To start a conversation, choose a data source. If no selection is made before the time runs out, the default is 🙅‍♂️/🙅‍♀️ No Sources ⛔",
disable_feedback=True,
timeout=300,
actions=[
Expand Down

0 comments on commit 7a56e08

Please sign in to comment.