12 lines
460 B
YAML
12 lines
460 B
YAML
name: ollama-manager
|
|
version: 1.7.5
|
|
description: Native dashboard manager and chat interface for local Ollama models, attachments, URLs, shared persistent conversations, performance metrics, and live runtime telemetry.
|
|
auto_install_dependencies: true
|
|
python_dependencies:
|
|
- "pypdf>=6.0,<7.0"
|
|
- "psycopg[binary]>=3.2,<4.0"
|
|
external_dependencies:
|
|
- name: Ollama
|
|
check: bash scripts/install_ollama.sh --check
|
|
install: bash scripts/install_ollama.sh
|