Replace speech-file with speech in the route

This commit is contained in:
Hongbo Wu 2022-09-07 22:48:40 +08:00
parent f927f879fd
commit 3cf3d40482

View file

@ -29,7 +29,7 @@ interface SpeechInput {
secondaryVoice?: string
priority?: 'low' | 'high'
}
const outputFormats = ['mp3', 'speech-marks', 'speech-file']
const outputFormats = ['mp3', 'speech-marks', 'speech']
const logger = buildLogger('app.dispatch')
export function articleRouter() {