Skip to content

Commit 27acfcd

Browse files
committed
fix(stage-ui): outdated imports for stream-transcription
1 parent b140321 commit 27acfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stage-pages/src/pages/devtools/providers-transcription-realtime-aliyun-nls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import type { ServerEvent, ServerEvents } from '@proj-airi/stage-ui/stores/provi
44
import vadWorkletUrl from '@proj-airi/stage-ui/workers/vad/process.worklet?worker&url'
55
66
import { Button } from '@proj-airi/stage-ui/components'
7-
import { streamTranscription } from '@proj-airi/stage-ui/stores/providers/aliyun'
87
import { createAliyunNLSProvider } from '@proj-airi/stage-ui/stores/providers/aliyun/stream-transcription'
98
import { FieldInput, FieldSelect } from '@proj-airi/ui'
9+
import { streamTranscription } from '@xsai/stream-transcription'
1010
import { computed, nextTick, onBeforeUnmount, reactive, ref, shallowRef, watch } from 'vue'
1111
1212
type AliyunRegion

0 commit comments

Comments
 (0)