Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ OpenAiApi openAiApi = OpenAiApi.builder()
.build();

// Create a chat model with the custom OpenAiApi instance
OpenAiChatmodel chatModel = OpenAiChatModel.builder()
OpenAiChatModel chatModel = OpenAiChatModel.builder()
.openAiApi(openAiApi)
.build();
// Build the ChatClient using the custom chat model
Expand Down