commands: remove deleted models from display map
Lint / Shell (shellcheck) (push) Successful in 16s
Lint / JS (eslint) (push) Successful in 8s
Lint / Python (ruff) (push) Successful in 5s
Lint / Python deps (pip-audit) (push) Successful in 1m9s
Lint / Secret scan (gitleaks) (push) Successful in 5s

lotusllm, lotusllmben, and llama3.3 70B have been removed from
Ollama on LXC 130 to free ~44 GB disk space.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 00:41:02 -04:00
parent f77fdbc7bb
commit 4048659e28
-4
View File
@@ -24,9 +24,6 @@ logger = logging.getLogger("matrixbot")
# Human-readable display names for Ollama model tags
_MODEL_DISPLAY = {
"lotusllm": "Llama 3.2 1B (uncensored)",
"lotusllm:latest": "Llama 3.2 1B (uncensored)",
"lotusllmben:latest": "Llama 2 7B (uncensored)",
"sadiq-bd/llama3.2-1b-uncensored:latest": "Llama 3.2 1B (uncensored)",
"huihui_ai/llama3.2-abliterate:3b": "Llama 3.2 3B (abliterated)",
"huihui_ai/llama3.2-abliterated:3b": "Llama 3.2 3B (abliterated)",
@@ -35,7 +32,6 @@ _MODEL_DISPLAY = {
"llama2-uncensored-kevin:latest": "Llama 2 7B (uncensored)",
"llama3.2:latest": "Llama 3.2 3B",
"llama3.2:1b": "Llama 3.2 1B",
"llama3.3:latest": "Llama 3.3 70B",
"gemma3:latest": "Gemma 3 4B",
"gemma3:1b": "Gemma 3 1B",
"phi4-mini:latest": "Phi-4 Mini 3.8B",