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 class
JlamaChatModelConfig.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 class
Generated 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 JlamaChatModelConfig
JlamaChatModelConfig.create()
Create a new instance with default values.static JlamaChatModelConfig
Deprecated.static JlamaChatModelConfig
Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaChatModelConfigModifier and TypeMethodDescriptionstatic JlamaChatModelConfig.Builder
JlamaChatModelConfig.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)