fix(stage-ui): outdated imports for stream-transcription
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user