change TTS examples from build to grow something people love

This commit is contained in:
Russell Ballestrini 2025-10-15 11:40:08 -04:00
parent 66a82f6b0b
commit f7c5d6d553
14 changed files with 51 additions and 13 deletions

View file

@ -223,7 +223,7 @@ $client = OpenAI::factory()
$response = $client->audio()->speech([
'model' => 'tts-1',
'voice' => 'alloy',
'input' => 'I think so therefore, Today is a wonderful day to build something people love!',
'input' => 'I think so therefore, Today is a wonderful day to grow something people love!',
'speed' => 0.9,
]);