https://github.com/quickmash/komli
Front End web App for Ollama
https://github.com/quickmash/komli
ai ai-assistant chatgpt collaborate frontend frontend-web ollama python serversoftware student-vscode webapp
Last synced: 12 months ago
JSON representation
Front End web App for Ollama
- Host: GitHub
- URL: https://github.com/quickmash/komli
- Owner: QuickMash
- License: gpl-3.0
- Created: 2025-01-27T18:41:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T02:08:40.000Z (about 1 year ago)
- Last Synced: 2025-06-07T03:19:57.991Z (about 1 year ago)
- Topics: ai, ai-assistant, chatgpt, collaborate, frontend, frontend-web, ollama, python, serversoftware, student-vscode, webapp
- Language: HTML
- Homepage: https://quickmash.cc
- Size: 21.3 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Komli Frontend App



---
**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`.
---
## How to Use
1. Run `/installer/installer.py` to edit configurations and, if needed, install Ollama.
2. Install your model by running:
```bash
ollama run [Model Name]
```
3. Run the main application:
```bash
python3 app.py
```
Use the installer located at `/installer/installer.py` for easy configuration editing.
---
## Komli 0.1.0 (Released)
- 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.
---
## Komli 0.1.1 (In Development)
- Login support.
- Markdown rendering.