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
+3
View File
@@ -3,6 +3,9 @@
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"test": "vitest run --"
},