StartupMap-India / backend /chat /__init__.py
Ram2005's picture
Upload backend/chat/__init__.py
e22fd02 verified
Raw
History Blame Contribute Delete
317 Bytes
"""
Bharat Tech Atlas — Chat Module
Modular AI chatbot powered by Qwen2.5-0.5B-Instruct with keyword fallbacks,
web search integration, prompt injection detection, and XSS-safe output.
v3.4: Refactored from chat_routes.py into engine/models/config/routes split.
"""
from .routes import router
__all__ = ["router"]