model to builder
This commit is contained in:
@@ -64,6 +64,7 @@ public class ChatEntryServiceImpl implements ChatEntryService {
|
||||
.user(content)
|
||||
.advisors(a -> a.param(ChatMemory.CONVERSATION_ID, String.valueOf(chatId)))
|
||||
.options(OpenAiChatOptions.builder()
|
||||
.model(ragDefaults.model())
|
||||
.topP(topP)
|
||||
.build())
|
||||
.call()
|
||||
|
||||
Reference in New Issue
Block a user