Komli is a conversational AI web application built with Python, designed for seamless and interactive chat experiences.
- Configure & Install Dependencies
- Run the installer to edit configurations and install Ollama if needed:
python3 /installer/installer.py
- Run the installer to edit configurations and install Ollama if needed:
- Install Your Model
- Download your desired model:
ollama pull [Model Name]
- Download your desired model:
- Launch the Application
- Start the main app:
python3 app.py
- Start the main app:
Tip: Use the installer at
/installer/installer.pyfor easy configuration management.
- Admin Dashboard
- Theme/Plugin support
- OAuth Support
- Support to upload images for profile pictures
- Allow users to limit their message length
- Support for multiple models (e.g., qwen:0.5b, qwen:1b, deepseek, etc.)
- Admin token limits (limit users)
- Payment support (Stripe)
- Hugging Face support 😀
- Initial public release
Warning:
Before deployment, ensure thedebugsetting at the bottom of your configuration file is set tofalse.
For questions or support, feel free to DM quickmash on Discord.
