feat: add model profile registry

This commit is contained in:
2026-03-28 16:51:38 +08:00
parent 0f3dfd8147
commit 6aea5a0912
5 changed files with 151 additions and 1 deletions
+12 -1
View File
@@ -2,5 +2,16 @@
"name": "@aiquant/api",
"version": "0.0.0",
"private": true,
"type": "module"
"type": "module",
"scripts": {
"test": "vitest run --"
},
"dependencies": {
"@aiquant/shared": "workspace:*",
"zod": "^3.24.1"
},
"devDependencies": {
"typescript": "^5.9.2",
"vitest": "^2.1.9"
}
}