llm-registry-sync: export models

This commit is contained in:
Enrico Ros
2026-05-05 01:28:51 -07:00
parent ee2d7114c7
commit 1bf1b744b9
+4 -1
View File
@@ -6,4 +6,7 @@ cd "$(dirname "$0")/../../.."
# Run with npx tsx (will download on-demand if needed)
# Uses npx cache, lightweight and no local install required
exec npx -y tsx tools/data/llms/llm-registry-sync.ts "$@"
npx -y tsx tools/data/llms/llm-registry-sync.ts "$@"
# Then dump a fresh JSON snapshot next to the DB.
exec npx -y tsx tools/data/llms/llm-registry-sync.ts --export-db tools/data/llms/llm-registry.json