Class OllamaStreamingChatModelConfig.BuilderBase.OllamaStreamingChatModelConfigImpl
java.lang.Object
io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase.OllamaStreamingChatModelConfigImpl
- All Implemented Interfaces:
Prototype.Api
,OllamaStreamingChatModelConfig
- Enclosing class:
OllamaStreamingChatModelConfig.BuilderBase<BUILDER extends OllamaStreamingChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OllamaStreamingChatModelConfig>
protected static class OllamaStreamingChatModelConfig.BuilderBase.OllamaStreamingChatModelConfigImpl
extends Object
implements OllamaStreamingChatModelConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
OllamaStreamingChatModelConfig.Builder, OllamaStreamingChatModelConfig.BuilderBase<BUILDER extends OllamaStreamingChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OllamaStreamingChatModelConfig> -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Create an instance providing a builder. -
Method Summary
-
Field Details
-
CONFIG_ROOT
Default configuration prefix.- See Also:
-
-
Constructor Details
-
OllamaStreamingChatModelConfigImpl
protected OllamaStreamingChatModelConfigImpl(OllamaStreamingChatModelConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
temperature
-
topK
-
topP
-
repeatPenalty
-
seed
-
numPredict
-
stop
-
format
-
enabled
public boolean enabled() -
baseUrl
-
logRequests
-
logResponses
-
customHeaders
-
timeout
-
maxRetries
-
modelName
-
toString
-
equals
-
hashCode
public int hashCode()
-