#Default values for `stability` and `similarity_boost`?
1 messages · Page 1 of 1 (latest)
The defaults are 0.5 and 0.75
Thanks! I think you should put these values in the API reference 🙂
Yep, agree and we already are but have not merged the PR yet. Thanks for the feedback!
Just to confirm, is this correct?
'voice_settings': {
'stability': 0.5,
'similarity_boost': 0.75,
}
Correct, yes. The API is just 0-1 while the WEB is 0-100. (both are percentages)
aren't those just the defaults for voices that haven't been set yet?
if you set settings for a voice, those are the ones that will be used if no voice settings are sent with a request, right?