Brendan
12/19/2024, 5:04 PMVapi
12/19/2024, 5:04 PMsmartFormat option to true to enable this feature. Here's how you can do it:
json
{
"assistant.transcriber.smartFormat": true
}
By setting the smartFormat to true, the transcriber should automatically convert numerical values into a more human-readable format when generating the TTS output. If you're ready, I can apply this setting for you. Would you like me to proceed with this change?Brendan
12/19/2024, 5:20 PMVapi
12/19/2024, 5:21 PMjson
POST /synthesize
{
"text": "Your text here",
"voice": "en-US_AllisonVoice",
"smartFormat": true
}
If you're using a configuration file, you might add a line like this:
json
{
"tts": {
"smartFormat": true
}
}
Please check the documentation of the specific TTS service you're using for the exact method to set this configuration. If you need help with this, please provide me with the name of the TTS service or any additional context, and I'll do my best to assist you further.Shubham Bajaj
01/02/2025, 6:38 AMzero zero zero zero zero. but you can ask LLM to generate numbers in this form four hundred thousand...