Class OllamaChatProperties

java.lang.Object
org.springframework.ai.autoconfigure.ollama.OllamaChatProperties

@ConfigurationProperties("spring.ai.ollama.chat") public class OllamaChatProperties extends Object
Ollama Chat autoconfiguration properties.
Since:
0.8.0
Author:
Christian Tzolov
  • Field Details

  • Constructor Details

    • OllamaChatProperties

      public OllamaChatProperties()
  • Method Details

    • getModel

      public String getModel()
    • setModel

      public void setModel(String model)
    • getOptions

      public OllamaOptions getOptions()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnabled

      public boolean isEnabled()