Update TTS/openai_tts.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/2426/head
Jason Cameron 1 month ago committed by GitHub
parent 6439cd6278
commit e8aab816ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -72,7 +72,7 @@ class OpenAITTS:
# Select the model from configuration; default to 'tts-1'
model = settings.config["settings"]["tts"].get("openai_model", "tts-1")
# Create Payload for API-request
# Create payload for API request
payload = {
"model": model,
"voice": voice,

Loading…
Cancel
Save