cleanup: refresh SKU links + strip upstream brands (#1)

Rewrite dead HF links to live successors, refresh stale Zen4 / old Zen-3 chat lineups to current Zen5 canonical + Zen3 specialty, and strip upstream brand mentions from user-facing prose (attribution and base_model chains preserved).

Co-authored-by: zooqueen <worringantje@gmail.com>
This commit is contained in:
Hanzo Dev
2026-05-29 22:30:41 -07:00
committed by GitHub
co-authored by zooqueen
parent cbda1bdb06
commit d5d755d536
+1 -1
View File
@@ -104,7 +104,7 @@ ZEN_API_KEY=your_api_key
# Optional: API endpoint (defaults to local vLLM) # Optional: API endpoint (defaults to local vLLM)
ZEN_BASE_URL=http://localhost:8000/v1 ZEN_BASE_URL=http://localhost:8000/v1
ZEN_MODEL=zenlm/zen-coder ZEN_MODEL=zenlm/zen-5-coder-gguf
ZEN_MAX_TOKENS=4000 ZEN_MAX_TOKENS=4000
``` ```