Class MoonshotChatProperties
java.lang.Object
org.springframework.ai.autoconfigure.moonshot.MoonshotParentProperties
org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties
@ConfigurationProperties("spring.ai.moonshot.chat")
public class MoonshotChatProperties
extends MoonshotParentProperties
Configuration properties for Moonshot chat client.
- Author:
- Geng Rong
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setEnabled
(boolean enabled) void
setOptions
(MoonshotChatOptions options) Methods inherited from class org.springframework.ai.autoconfigure.moonshot.MoonshotParentProperties
getApiKey, getBaseUrl, setApiKey, setBaseUrl
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
DEFAULT_CHAT_MODEL
-
-
Constructor Details
-
MoonshotChatProperties
public MoonshotChatProperties()
-
-
Method Details
-
getOptions
-
setOptions
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-