Package org.opencms.ai
Class CmsAiModel
java.lang.Object
org.opencms.ai.CmsAiModel
Provides a wrapper for an AI model with provider configuration.
- Since:
- 21.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.model.chat.ChatModelReturns a chat model initialized with the provider configuration.dev.langchain4j.model.chat.StreamingChatModelReturns a streaming chat model initialized with the provider configuration.
-
Constructor Details
-
CmsAiModel
Generate a new AI model wrapper.- Parameters:
config- the AI provider configuration
-
-
Method Details
-
getChatModel
Returns a chat model initialized with the provider configuration.- Returns:
- a chat model initialized with the provider configuration
-
getStreamingChatModel
Returns a streaming chat model initialized with the provider configuration.- Returns:
- a streaming chat model initialized with the provider configuration
-