We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3650de commit bbc2f7bCopy full SHA for bbc2f7b
core/src/test/java/ai/z/openapi/service/audio/AudioServiceTest.java
@@ -90,7 +90,7 @@ void testAudioSpeechStreaming() {
90
AudioSpeechRequest audioSpeechRequest = AudioSpeechRequest.builder()
91
.model(Constants.ModelTTS)
92
.encodeFormat("base64")
93
- .input("你好,欢迎来到智谱开放平台")
+ .input("Hello, this is a test for text-to-speech functionality.")
94
.voice("female")
95
.speed(1.0f)
96
.volume(1.0f)
0 commit comments