diff --git a/apps/stage-web/package.json b/apps/stage-web/package.json index 1f4503ac5..0585a5904 100644 --- a/apps/stage-web/package.json +++ b/apps/stage-web/package.json @@ -50,6 +50,7 @@ "@vueuse/shared": "^12.8.2", "@xsai-ext/providers-cloud": "catalog:", "@xsai-ext/providers-local": "catalog:", + "@xsai-ext/shared-providers": "catalog:", "@xsai/generate-speech": "catalog:", "@xsai/generate-text": "catalog:", "@xsai/model": "catalog:", diff --git a/apps/stage-web/src/components/Layouts/InteractiveArea.vue b/apps/stage-web/src/components/Layouts/InteractiveArea.vue index 5a3550b38..eb851dc85 100644 --- a/apps/stage-web/src/components/Layouts/InteractiveArea.vue +++ b/apps/stage-web/src/components/Layouts/InteractiveArea.vue @@ -1,8 +1,10 @@