mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
llm-registry-sync: export models
This commit is contained in:
Regular → Executable
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user