model to builder

This commit is contained in:
2026-02-22 02:07:21 +01:00
parent 1e3877fc34
commit 114c1da20f

View File

@@ -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()