litellm: add qwen2.5-72b alias (Anvil) as the best-quality local model

Replaces the short-lived mistral-large alias. Backed by ollama_chat/qwen2.5:72b
on Anvil. Consumers (paperless-ai, RAG chat, HA, morning-report) target this.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Your Name
2026-05-28 22:26:34 -04:00
parent c29e24b51b
commit e866d0c89f
+4
View File
@@ -93,6 +93,10 @@ litellm_models:
api_base: "{{ anvil_ollama_base }}" api_base: "{{ anvil_ollama_base }}"
api_key: ollama-no-auth api_key: ollama-no-auth
# Direct local model names (explicit) # Direct local model names (explicit)
- name: qwen2.5-72b
backend: ollama_chat/qwen2.5:72b
api_base: "{{ anvil_ollama_base }}"
api_key: ollama-no-auth
- name: llama-3.3-70b - name: llama-3.3-70b
backend: ollama_chat/llama3.3:70b backend: ollama_chat/llama3.3:70b
api_base: "{{ anvil_ollama_base }}" api_base: "{{ anvil_ollama_base }}"