Text to Speech
text_to_speech_request = {
"groc_account_id": "123",
"text": "Hello, this is a direct response example hey hey hey!",
"lang": "en"
}
text_to_speech = modellake.text_to_speech(text_to_speech_request)
print("Text to speech:", text_to_speech)Text to speech: {"Hey there, how are you?"}Last updated