Class OCICohereChatModelProperties
java.lang.Object
org.springframework.ai.autoconfigure.oci.genai.OCICohereChatModelProperties
@ConfigurationProperties("spring.ai.oci.genai.cohere.chat")
public class OCICohereChatModelProperties
extends Object
Configuration properties for OCI Cohere chat model.
- Author:
- Anders Swanson
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setEnabled
(boolean enabled) void
setOptions
(OCICohereChatOptions options)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
OCICohereChatModelProperties
public OCICohereChatModelProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getOptions
-
setOptions
-