MikeCraBash commited on
Commit
32f62dd
·
verified ·
1 Parent(s): 5e00a71

Update rag_saraswati.py

Browse files
Files changed (1) hide show
  1. rag_saraswati.py +1 -1
rag_saraswati.py CHANGED
@@ -149,7 +149,7 @@ async def start_chat():
149
  cl.user_session.set("swarm", swarm)
150
 
151
  await cl.Message(
152
- content="Hello! I'm SARASWATI, your AI guidance system. I have both a counselor and a buddy agent ready to help you. What would you like to discuss?"
153
  ).send()
154
 
155
  except Exception as e:
 
149
  cl.user_session.set("swarm", swarm)
150
 
151
  await cl.Message(
152
+ content="Hi there! Im SARASWATI, your AI guidance system. Whether you’re exploring career paths or looking for ways to improve your mental well-being, I’m here to support you. How can I assist you today?"
153
  ).send()
154
 
155
  except Exception as e: