Skip to content

Commit cdf763e

Browse files
committed
feat: update gpt-5 tests
Signed-off-by: Alexandros Pappas <[email protected]>
1 parent 6ff5a0f commit cdf763e

File tree

1 file changed

+1
-1
lines changed
  • models/spring-ai-openai/src/test/java/org/springframework/ai/openai/api

1 file changed

+1
-1
lines changed

models/spring-ai-openai/src/test/java/org/springframework/ai/openai/api/OpenAiApiIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void streamOutputAudio() {
159159
}
160160

161161
@ParameterizedTest(name = "{0} : {displayName}")
162-
@EnumSource(names = { "GPT_5", "GPT_5_2025_08_07" })
162+
@EnumSource(names = { "GPT_5", "GPT_5_CHAT_LATEST", "GPT_5_MINI", "GPT_5_NANO" })
163163
void chatCompletionEntityWithNewModels(OpenAiApi.ChatModel modelName) {
164164
ChatCompletionMessage chatCompletionMessage = new ChatCompletionMessage("Hello world", Role.USER);
165165
ResponseEntity<ChatCompletion> response = this.openAiApi.chatCompletionEntity(

0 commit comments

Comments
 (0)