File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- import { EdgeSpeechPayload , createEdgeSpeechComletion } from '@lobehub/tts' ;
1
+ import { createEdgeSpeechComletion } from '../src/server/createEdgeSpeechComletion' ;
2
+ import { EdgeSpeechPayload } from '../src/server/types' ;
2
3
3
4
export const config = {
4
5
runtime : 'edge' ,
Original file line number Diff line number Diff line change 1
- import { OpenAISTTPayload , createOpenaiAudioTranscriptionsCompletion } from '@lobehub/tts' ;
2
1
import OpenAI from 'openai' ;
3
2
3
+ import { createOpenaiAudioTranscriptionsCompletion } from '../src/server/createOpenaiAudioTranscriptionsCompletion' ;
4
+ import { OpenAISTTPayload } from '../src/server/types' ;
5
+
4
6
export const config = {
5
7
runtime : 'edge' ,
6
8
} ;
Original file line number Diff line number Diff line change 1
- import { OpenAITTSPayload , createOpenaiAudioSpeechCompletion } from '@lobehub/tts' ;
2
1
import OpenAI from 'openai' ;
3
2
3
+ import { createOpenaiAudioSpeechCompletion } from '../src/server/createOpenaiAudioSpeechCompletion' ;
4
+ import { OpenAITTSPayload } from '../src/server/types' ;
5
+
4
6
export const config = {
5
7
runtime : 'edge' ,
6
8
} ;
You can’t perform that action at this time.
0 commit comments