Files
big-agi/tools/data/llms/llm-registry-sync.sh
T
2025-11-17 05:05:27 -08:00

10 lines
249 B
Bash

#!/bin/bash
set -e
# Change to project root
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 "$@"