Uses of Interface
io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
Packages that use OpenAiChatModelConfig
Package
Description
Provides integration with OpenAi models.
-
Uses of OpenAiChatModelConfig in io.helidon.integrations.langchain4j.providers.openai
Classes in io.helidon.integrations.langchain4j.providers.openai with type parameters of type OpenAiChatModelConfigModifier and TypeClassDescriptionstatic class
OpenAiChatModelConfig.BuilderBase<BUILDER extends OpenAiChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OpenAiChatModelConfig> Fluent API builder base forOpenAiChatModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.openai that implement OpenAiChatModelConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.openai that return OpenAiChatModelConfigModifier and TypeMethodDescriptionOpenAiChatModelConfig.Builder.build()
OpenAiChatModelConfig.Builder.buildPrototype()
static OpenAiChatModelConfig
OpenAiChatModelConfig.create()
Create a new instance with default values.static OpenAiChatModelConfig
Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.openai with parameters of type OpenAiChatModelConfigModifier and TypeMethodDescriptionOpenAiChatModelConfig.builder
(OpenAiChatModelConfig instance) Create a new fluent API builder from an existing instance.static dev.langchain4j.model.openai.OpenAiChatModel
OpenAiChatModelFactory.create
(OpenAiChatModelConfig config) Create the OpenAI model from its configuration.OpenAiChatModelConfig.BuilderBase.from
(OpenAiChatModelConfig prototype) Update this builder from an existing prototype instance.