Uses of Interface
io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
Packages that use JlamaChatModelConfig
Package
Description
Provides integration with Jlama models.
-
Uses of JlamaChatModelConfig in io.helidon.integrations.langchain4j.providers.jlama
Classes in io.helidon.integrations.langchain4j.providers.jlama with type parameters of type JlamaChatModelConfigModifier and TypeClassDescriptionstatic classJlamaChatModelConfig.BuilderBase<BUILDER extends JlamaChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JlamaChatModelConfig> Fluent API builder base forJlamaChatModelConfig.Classes in io.helidon.integrations.langchain4j.providers.jlama that implement JlamaChatModelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.jlama that return JlamaChatModelConfigModifier and TypeMethodDescriptionJlamaChatModelConfig.Builder.build()JlamaChatModelConfig.Builder.buildPrototype()static JlamaChatModelConfigJlamaChatModelConfig.create()Create a new instance with default values.static JlamaChatModelConfigDeprecated.static JlamaChatModelConfigCreate a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaChatModelConfigModifier and TypeMethodDescriptionstatic JlamaChatModelConfig.BuilderJlamaChatModelConfig.builder(JlamaChatModelConfig instance) Create a new fluent API builder from an existing instance.JlamaChatModelConfig.BuilderBase.from(JlamaChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)