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 95ea7f2 commit 95e9808Copy full SHA for 95e9808
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