litellm: drop local_qwen2.5-72b alias — model retired from Anvil 2026-09-14

Co-Authored-By: Claude Fable 5.1 <[email protected]>
This commit is contained in:
2026-09-14 12:28:32 -04:00
co-authored by Claude Fable 5.1
parent 2da53ac287
commit 94277f8aa0
+2 -4
View File
@@ -83,10 +83,8 @@ anvil_ollama_base: "http://192.168.1.150:11434"
# 70B+8B can't both stay resident in the ~62 GB budget (expect model swaps).
litellm_models:
# ---- local_* → Anvil/Ollama, local GPU, no cost ----
- name: local_qwen2.5-72b
backend: ollama_chat/qwen2.5:72b
api_base: "{{ anvil_ollama_base }}"
api_key: ollama-no-auth
# local_qwen2.5-72b removed 2026-09-14: the model is retired from Anvil (RAG
# chat is local_qwen2.5-14b now). A dangling alias would 404 at Ollama.
- name: local_llama-3.3-70b
backend: ollama_chat/llama3.3:70b
api_base: "{{ anvil_ollama_base }}"