Skip to content

Commit 4567895

Browse files
fix(openai): remove verse and ballad from speechVoicesTest
1 parent 9ab678b commit 4567895

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/spring-ai-openai/src/test/java/org/springframework/ai/openai/audio/speech/OpenAiSpeechModelIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ void shouldStreamNonEmptyResponsesForValidSpeechPrompts() {
136136
}
137137

138138
@ParameterizedTest(name = "{0} : {displayName} ")
139-
@ValueSource(strings = { "alloy", "echo", "fable", "onyx", "nova", "shimmer", "sage", "coral", "ash", "verse",
140-
"ballad" })
139+
@ValueSource(strings = { "alloy", "echo", "fable", "onyx", "nova", "shimmer", "sage", "coral", "ash" })
141140
void speechVoicesTest(String voice) {
142141
OpenAiAudioSpeechOptions speechOptions = OpenAiAudioSpeechOptions.builder()
143142
.voice(voice)

0 commit comments

Comments
 (0)