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 classOpenAiChatModelConfig.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 classGenerated 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 OpenAiChatModelConfigOpenAiChatModelConfig.create()Create a new instance with default values.static OpenAiChatModelConfigDeprecated.static OpenAiChatModelConfigCreate 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.OpenAiChatModelConfig.BuilderBase.from(OpenAiChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)