Skip to content

Commit 2a16a2b

Browse files
sobychackoWillam2004
authored andcommitted
Fix formatting errors
Signed-off-by: Soby Chacko <[email protected]> Signed-off-by: 家娃 <[email protected]>
1 parent a3bb9ca commit 2a16a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/spring-ai-openai/src/test/java/org/springframework/ai/openai/chat/OpenAiCompatibleChatModelIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static Stream<ChatModel> openAiCompatibleApis() {
6868
.openAiApi(OpenAiApi.builder()
6969
.baseUrl("https://api.groq.com/openai")
7070
.apiKey(System.getenv("GROQ_API_KEY"))
71-
.build())
71+
.build())
7272
.defaultOptions(forModelName("llama3-8b-8192"))
7373
.build());
7474
}

0 commit comments

Comments
 (0)