refactor!: use xsschema/ext-providers instead of typeschema/providers (#50)

* refactor!: use xsschema/ext-providers instead of typeschema/deprecated-providers

* fix: add deps

* chore: remove gcornut/valibot-json-schema

* fix(stage): update provider options
This commit is contained in:
藍+85CD
2025-03-07 23:07:24 +08:00
committed by GitHub
parent 6c9ea2441c
commit a24e3ccfda
12 changed files with 71 additions and 158 deletions
+2 -3
View File
@@ -24,7 +24,6 @@
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@formkit/auto-animate": "^0.8.2",
"@gcornut/valibot-json-schema": "^0.42.0",
"@huggingface/transformers": "^3.3.3",
"@pixi/app": "6",
"@pixi/constants": "6",
@@ -47,16 +46,15 @@
"@tresjs/cientos": "^4.1.0",
"@tresjs/core": "^4.3.3",
"@types/yauzl": "^2.10.3",
"@typeschema/valibot": "^0.14.0",
"@unhead/vue": "^2.0.0-beta.2",
"@unocss/reset": "^66.1.0-beta.3",
"@vueuse/core": "^12.7.0",
"@vueuse/head": "^2.0.0",
"@vueuse/shared": "^12.7.0",
"@xsai-ext/providers-local": "catalog:",
"@xsai/generate-speech": "catalog:",
"@xsai/generate-text": "catalog:",
"@xsai/model": "catalog:",
"@xsai/providers": "catalog:",
"@xsai/shared-chat": "catalog:",
"@xsai/stream-text": "catalog:",
"@xsai/utils-chat": "catalog:",
@@ -80,6 +78,7 @@
"vue-demi": "^0.14.10",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0",
"xsschema": "catalog:",
"yauzl": "^3.2.0",
"zod": "^3.24.2"
},