Skip to content

Commit

Permalink
Update fast_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caiquecober authored Jan 24, 2025
1 parent 6410e8e commit 8c21585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcastfy/api/fast_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def generate_podcast_endpoint(data: dict):
'text_to_speech': {
'default_tts_model': tts_model,
'model': tts_base_config.get('model'),
'voices': {
'default_voices': {
'question': voices.get('question', default_voices.get('question')),
'answer': voices.get('answer', default_voices.get('answer'))
}
Expand Down

0 comments on commit 8c21585

Please sign in to comment.