Komli is a conversational AI web app built with Python.
If you have any questions, feel free to DM me on Discord. My username is quickmash
.
- Run
/installer/installer.py
to edit configurations and, if needed, install Ollama. - Install your model by running:
ollama run [Model Name]
- Run the main application:
python3 app.py
Use the installer located at /installer/installer.py
for easy configuration editing.
- The first publicly available version.
Warning: If the debug
setting at the bottom of the configuration file is set to true
, set it to false
before deployment.
- Login support.
- Markdown rendering.