Skip to content

Commit bbc2f7b

Browse files
author
yuhongxiao
committed
delete chinese test sample
1 parent d3650de commit bbc2f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/ai/z/openapi/service/audio/AudioServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void testAudioSpeechStreaming() {
9090
AudioSpeechRequest audioSpeechRequest = AudioSpeechRequest.builder()
9191
.model(Constants.ModelTTS)
9292
.encodeFormat("base64")
93-
.input("你好,欢迎来到智谱开放平台")
93+
.input("Hello, this is a test for text-to-speech functionality.")
9494
.voice("female")
9595
.speed(1.0f)
9696
.volume(1.0f)

0 commit comments

Comments
 (0)