kotaemon/libs/ktem/launch.py
ian_Cin df12dec732 Feat/local endpoint llm (#148)
* serve local model in a different process from the app
---------

Co-authored-by: albert <albert@cinnamon.is>
Co-authored-by: trducng <trungduc1992@gmail.com>
2024-03-15 16:17:33 +07:00

6 lines
120 B
Python

from ktem.main import App
app = App()
demo = app.make()
demo.queue().launch(favicon_path=app._favicon, inbrowser=True)