Class DeepSeekChatProperties
java.lang.Object
org.springframework.ai.model.deepseek.autoconfigure.DeepSeekParentProperties
org.springframework.ai.model.deepseek.autoconfigure.DeepSeekChatProperties
@ConfigurationProperties("spring.ai.deepseek.chat")
public class DeepSeekChatProperties
extends DeepSeekParentProperties
Configuration properties for DeepSeek chat client.
- Author:
- Geng Rong
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ai.deepseek.DeepSeekChatOptionsbooleanvoidsetBetaPrefixPath(String betaPrefixPath) voidsetCompletionsPath(String completionsPath) voidsetEnabled(boolean enabled) Methods inherited from class org.springframework.ai.model.deepseek.autoconfigure.DeepSeekParentProperties
getApiKey, getBaseUrl, setApiKey, setBaseUrl
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
DEFAULT_CHAT_MODEL
-
DEFAULT_COMPLETIONS_PATH
- See Also:
-
DEFAULT_BETA_PREFIX_PATH
- See Also:
-
-
Constructor Details
-
DeepSeekChatProperties
public DeepSeekChatProperties()
-
-
Method Details
-
getOptions
public org.springframework.ai.deepseek.DeepSeekChatOptions getOptions() -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getCompletionsPath
-
setCompletionsPath
-
getBetaPrefixPath
-
setBetaPrefixPath
-