Uses of Interface
io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
Packages that use JlamaLanguageModelConfig
Package
Description
Provides integration with Jlama models.
-
Uses of JlamaLanguageModelConfig in io.helidon.integrations.langchain4j.providers.jlama
Classes in io.helidon.integrations.langchain4j.providers.jlama with type parameters of type JlamaLanguageModelConfigModifier and TypeClassDescriptionstatic class
JlamaLanguageModelConfig.BuilderBase<BUILDER extends JlamaLanguageModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JlamaLanguageModelConfig> Fluent API builder base forJlamaLanguageModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.jlama that implement JlamaLanguageModelConfigModifier 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 JlamaLanguageModelConfigModifier and TypeMethodDescriptionJlamaLanguageModelConfig.Builder.build()
JlamaLanguageModelConfig.Builder.buildPrototype()
static JlamaLanguageModelConfig
JlamaLanguageModelConfig.create()
Create a new instance with default values.static JlamaLanguageModelConfig
Deprecated.static JlamaLanguageModelConfig
Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaLanguageModelConfigModifier and TypeMethodDescriptionJlamaLanguageModelConfig.builder
(JlamaLanguageModelConfig instance) Create a new fluent API builder from an existing instance.JlamaLanguageModelConfig.BuilderBase.from
(JlamaLanguageModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)