chore: declare PDF chat dependency

This commit is contained in:
Hermes Agent
2026-08-18 18:05:03 +10:00
parent 0f3ca5bb05
commit d8cf8dd80a
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"label": "Ollama Models",
"description": "Inspect, manage, and chat with local Ollama models, including images, PDFs, URLs, and live memory telemetry.",
"icon": "Cpu",
"version": "1.3.0",
"version": "1.3.1",
"tab": {"path": "/ollama-manager", "position": "after:models"},
"entry": "dist/index.js",
"css": "dist/style.css",
+3 -1
View File
@@ -1,3 +1,5 @@
name: ollama-manager
version: 1.3.0
version: 1.3.1
description: Native dashboard manager and chat interface for local Ollama models, attachments, URLs, and live runtime telemetry.
python_dependencies:
- "pypdf>=6.0,<7.0"