Class OllamaCommonRequestModel

java.lang.Object
io.github.amithkoujalgi.ollama4j.core.models.OllamaCommonRequestModel
Direct Known Subclasses:
OllamaChatRequestModel, OllamaGenerateRequestModel

public abstract class OllamaCommonRequestModel extends Object
  • Field Details

    • model

      protected String model
    • returnFormatJson

      protected Boolean returnFormatJson
    • options

      protected Map<String,Object> options
    • template

      protected String template
    • stream

      protected boolean stream
    • keepAlive

      protected String keepAlive
  • Constructor Details

    • OllamaCommonRequestModel

      public OllamaCommonRequestModel()
  • Method Details