Class NaruModelConfig

java.lang.Object
net.thevpc.naru.api.model.NaruModelConfig
All Implemented Interfaces:
net.thevpc.nuts.elem.NToElement

public class NaruModelConfig extends Object implements net.thevpc.nuts.elem.NToElement
  • Constructor Details

    • NaruModelConfig

      public NaruModelConfig(NaruModelKey provider)
    • NaruModelConfig

      public NaruModelConfig(String provider, String model)
    • NaruModelConfig

      public NaruModelConfig(String name, String provider, String model, Long contextLength, Float temperature, Float nucleusThreshold, Integer candidateCount, Integer maxTokens, List<String> stop)
    • NaruModelConfig

      public NaruModelConfig(net.thevpc.nuts.elem.NElement element)
  • Method Details