secubox-openwrt/package/secubox/luci-app-ollama/README.md
CyberMind-FR 62f2f6a7a8 docs(secubox): Add KISS README for all 46 remaining packages
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:34:06 +01:00

34 lines
537 B
Markdown

# LuCI Ollama Dashboard
LuCI web interface for managing Ollama -- local large language model runtime.
## Installation
```bash
opkg install luci-app-ollama
```
## Access
LuCI > Services > Ollama
## Tabs
- **Dashboard** -- Service status and resource usage
- **Models** -- Pull, list, and remove LLM models
- **Chat** -- Interactive chat interface for loaded models
- **Settings** -- Ollama server configuration
## RPCD Methods
Service: `luci.ollama`
## Dependencies
- `luci-base`
- `secubox-app-ollama`
## License
Apache-2.0