change TTS examples from build to grow something people love
This commit is contained in:
parent
66a82f6b0b
commit
f7c5d6d553
14 changed files with 51 additions and 13 deletions
|
|
@ -272,7 +272,7 @@ public class TTSExample {
|
|||
SpeechCreateParams params = SpeechCreateParams.builder()
|
||||
.model(SpeechModel.TTS_1)
|
||||
.voice(SpeechCreateParams.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)
|
||||
.build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue