Hello, I am using text to speech with open AI’s api keys. I used a parameter in order to have the users be able to change the voice of their speaker on my bubble app. This is what the key looks like
I then have a list of dropdowns with the different voice values that open ai provides I save that to a custom state and and then use the text value of that custom state as a dynamic value for the voice of the AI speech to text person.
This is all working perfectly but I would like to know if there is a way to rename the voices so that they are more appealing to my users and that way its not obvious that I am using open ai. It is just a preference I have. I was wondering how to rename the voice options in the dropdown while still having the correct Open ai name values be displayed so that the custom voices still work. Any ideas?