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 a3bb9ca commit 2a16a2bCopy full SHA for 2a16a2b
models/spring-ai-openai/src/test/java/org/springframework/ai/openai/chat/OpenAiCompatibleChatModelIT.java
@@ -68,7 +68,7 @@ static Stream<ChatModel> openAiCompatibleApis() {
68
.openAiApi(OpenAiApi.builder()
69
.baseUrl("https://api.groq.com/openai")
70
.apiKey(System.getenv("GROQ_API_KEY"))
71
- .build())
+ .build())
72
.defaultOptions(forModelName("llama3-8b-8192"))
73
.build());
74
}
0 commit comments