commit 5964084432df6d5b72226f78b1d137d58c188bea
parent e4a07b131d25f8db619f076db864b930f57900c9
Author: Andrew Laack <andrew@laack.co>
Date: Thu, 16 Apr 2026 14:30:30 -0500
Remove registry; it is being decommisioned in favor of pulling directly from github by default.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/vet/cli/config/loader.py b/vet/cli/config/loader.py
@@ -22,7 +22,6 @@ class ConfigLoadError(Exception):
_REGISTRY_URLS = [
- "https://vet-registry.vet.host.imbue.com/models",
"https://raw.githubusercontent.com/imbue-ai/vet/main/registry/models.json",
]
_REGISTRY_FETCH_TIMEOUT_SECONDS = 5