An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Komli Frontend App

![GitHub commits since tagged version](https://img.shields.io/github/commits-since/QuickMash/Komli/0.1.0)
![GitHub Tag](https://img.shields.io/github/v/tag/QuickMash/Komli)
![GitHub last commit](https://img.shields.io/github/last-commit/QuickMash/Komli)

---

**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.