feat(chatbot): add AI accuracy warning and disclaimer to initial greeting across Web, Telegram, and Discord
Some checks failed
Deploy RIT Freshers Hub to VPS / Deploy to Live VPS (push) Has been cancelled
Some checks failed
Deploy RIT Freshers Hub to VPS / Deploy to Live VPS (push) Has been cancelled
This commit is contained in:
@@ -579,6 +579,7 @@ def telegram_polling_thread():
|
||||
if text == "/start":
|
||||
welcome_text = (
|
||||
f"👋 *Welcome to the RIT Chatbot 24/7!*\n\n"
|
||||
f"⚠️ *Please note: Answers generated by AI may occasionally be inaccurate or wrong. Always verify critical academic or administrative details with official campus sources.*\n\n"
|
||||
f"I can help you answer any questions about RIT Chennai — courses, hostels, transport, sports, and more.\n\n"
|
||||
f"🚀 *Developer Collaboration:* Type `/collab` to post your project idea!\n"
|
||||
f"🗑️ *Remove Request:* Type `/remove` to cancel your active requests.\n\n"
|
||||
|
||||
Reference in New Issue
Block a user