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 eb69a60 commit 60d3f31Copy full SHA for 60d3f31
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/openai-chat.adoc
@@ -632,7 +632,7 @@ OpenAiApi openAiApi = OpenAiApi.builder()
632
.build();
633
634
// Create a chat model with the custom OpenAiApi instance
635
-OpenAiChatmodel chatModel = OpenAiChatModel.builder()
+OpenAiChatModel chatModel = OpenAiChatModel.builder()
636
.openAiApi(openAiApi)
637
638
// Build the ChatClient using the custom chat model
0 commit comments