mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
test: add LLM retrieval accuracy tests
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"automd": "tsx scripts/generate-bench.ts && automd",
|
||||
"automd": "automd",
|
||||
"build": "tsdown",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
@@ -35,16 +35,16 @@
|
||||
"release": "bumpp"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^6.0.0",
|
||||
"@antfu/eslint-config": "^6.1.0",
|
||||
"@types/node": "^24.9.1",
|
||||
"automd": "^0.4.2",
|
||||
"bumpp": "^10.3.1",
|
||||
"eslint": "^9.38.0",
|
||||
"gpt-tokenizer": "^3.2.0",
|
||||
"tsdown": "^0.15.9",
|
||||
"tsdown": "^0.15.10",
|
||||
"tsx": "^4.20.6",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
"vitest": "^4.0.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
|
||||
Reference in New Issue
Block a user