Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11labs: Add turbo model and extra language #215

Merged
merged 1 commit into from
Nov 20, 2023
Merged

11labs: Add turbo model and extra language #215

merged 1 commit into from
Nov 20, 2023

Conversation

nikochiko
Copy link
Member

Changes:

  • Add eleven turbo model for extremely low-latency English TTS
  • Add 29th supported language for multilingual v2 model
  • Remove trailing space in text_to_speech_widget file

Q/A checklist

  • Do a code review of the changes
  • Add any new dependencies to poetry & export to requirementst.txt (poetry export -o requirements.txt)
  • Carefully think about the stuff that might break because of this change
  • The relevant pages still run when you press submit
  • If you added new settings / knobs, the values get saved if you save it on the UI
  • The API for those pages still work (API tab)
  • The public API interface doesn't change if you didn't want it to (check API tab > docs page)
  • Do your UI changes (if applicable) look acceptable on mobile?

**Changes:**
* Add eleven turbo model for extremely low-latency English TTS
* Add 29th supported language for multilingual v2 model
* Remove trailing space in text_to_speech_widget file
Comment on lines 85 to 106
"English",
"Japanese",
"Chinese",
"Spanish",
"German",
"Hindi",
"Portuguese",
"French",
"German",
"Japanese",
"Arabic",
"Korean",
"Indonesian",
"Portuguese",
"Italian",
"Spanish",
"Indonesian",
"Dutch",
"Turkish",
"Filipino",
"Polish",
"Swedish",
"Filipino",
"Malay",
"Bulgarian",
"Romanian",
"Ukrainian",
"Greek",
"Arabic",
"Czech",
"Danish",
"Greek",
"Finnish",
Copy link
Member Author

@nikochiko nikochiko Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reordering is because the API query returned a different order. No languages were removed.

@devxpy devxpy merged commit cab8673 into master Nov 20, 2023
1 check passed
@devxpy devxpy deleted the 11labs-turbo branch November 20, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants