This commit is contained in:
2026-09-15 22:57:34 +09:00
parent afa8f1fcb6
commit a9586d7dab
13 changed files with 897 additions and 123 deletions
+2
View File
@@ -4,7 +4,9 @@
"type": "module",
"scripts": {
"build": "node-llama-cpp source download",
"evaluate": "bun run evaluate.ts",
"start": "bun run index.ts",
"test": "bun test",
"fix": "biome check --write"
},
"devDependencies": {