Rework algorithm

This commit is contained in:
2025-10-02 09:52:05 +00:00
parent cc43431a90
commit c276b8e319
6 changed files with 155 additions and 57 deletions

View File

@@ -3,6 +3,7 @@
"module": "index.ts",
"type": "module",
"scripts": {
"build": "node-llama-cpp source download",
"start": "bun run index.ts",
"fix": "biome check --write"
},
@@ -19,5 +20,6 @@
"node-llama-cpp": "^3.12.1",
"openai": "5.0.0-alpha.0",
"reconnecting-websocket": "^4.4.0"
}
},
"trustedDependencies": ["@biomejs/biome", "node-llama-cpp"]
}