diff --git a/packages/stage-pages/src/pages/devtools/providers-transcription-realtime-aliyun-nls.vue b/packages/stage-pages/src/pages/devtools/providers-transcription-realtime-aliyun-nls.vue index 1fde6f450..384628b35 100644 --- a/packages/stage-pages/src/pages/devtools/providers-transcription-realtime-aliyun-nls.vue +++ b/packages/stage-pages/src/pages/devtools/providers-transcription-realtime-aliyun-nls.vue @@ -4,9 +4,9 @@ import type { ServerEvent, ServerEvents } from '@proj-airi/stage-ui/stores/provi import vadWorkletUrl from '@proj-airi/stage-ui/workers/vad/process.worklet?worker&url' import { Button } from '@proj-airi/stage-ui/components' -import { streamTranscription } from '@proj-airi/stage-ui/stores/providers/aliyun' import { createAliyunNLSProvider } from '@proj-airi/stage-ui/stores/providers/aliyun/stream-transcription' import { FieldInput, FieldSelect } from '@proj-airi/ui' +import { streamTranscription } from '@xsai/stream-transcription' import { computed, nextTick, onBeforeUnmount, reactive, ref, shallowRef, watch } from 'vue' type AliyunRegion