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 Details

  • 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

      public String getCompletionsPath()
    • setCompletionsPath

      public void setCompletionsPath(String completionsPath)
    • getBetaPrefixPath

      public String getBetaPrefixPath()
    • setBetaPrefixPath

      public void setBetaPrefixPath(String betaPrefixPath)