Files
wayvr/scripts/translator/run.sh
Aleksander e7fc7be950 Add Italian translations
[skip ci]
2026-01-10 21:40:38 +01:00

14 lines
211 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")"
bun install
export MODEL="gemma3:27b"
TEMPLATE="pl" bun main.ts
TEMPLATE="de" bun main.ts
TEMPLATE="ja" bun main.ts
TEMPLATE="es" bun main.ts
TEMPLATE="it" bun main.ts