medbot_2 / app.py
Thanush
Implement medical consultation app with LangChain memory management and model integration
031a3f5
raw
history blame contribute delete
119 Bytes
from medbot.interface import build_interface
if __name__ == "__main__":
demo = build_interface()
demo.launch()