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 feecca7 commit 5cdbc87Copy full SHA for 5cdbc87
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/openai-chat.adoc
@@ -273,7 +273,7 @@ var openAiChatOptions = OpenAiChatOptions.builder()
273
.withTemperature(0.4)
274
.withMaxTokens(200)
275
.build();
276
-var chatModel = new OpenAiChatModel(openAiApi, openAiChatOptions)
+var chatModel = new OpenAiChatModel(openAiApi, openAiChatOptions);
277
278
279
ChatResponse response = chatModel.call(
0 commit comments