mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use modern tts model
This commit is contained in:
parent
65943f2803
commit
798fc07c50
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export class OpenAITextToSpeech implements TextToSpeech {
|
|||
}
|
||||
|
||||
const payload = {
|
||||
model: 'tts-1',
|
||||
model: 'gpt-4o-mini-tts',
|
||||
voice: voice,
|
||||
input: stripEmojis(input.text),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue