Class OllamaRequest.WithOptions<Self extends OllamaRequest.WithOptions<Self>>
java.lang.Object
io.intino.alexandria.ollama.requests.OllamaRequest
io.intino.alexandria.ollama.requests.OllamaRequest.WithOptions<Self>
- All Implemented Interfaces:
OllamaParameters<Self>,Serializable
- Direct Known Subclasses:
OllamaChatRequest,OllamaEmbedRequest,OllamaGenerateRequest
- Enclosing class:
OllamaRequest
public abstract static class OllamaRequest.WithOptions<Self extends OllamaRequest.WithOptions<Self>>
extends OllamaRequest
implements OllamaParameters<Self>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.intino.alexandria.ollama.requests.OllamaRequest
OllamaRequest.WithKeepAlive<Self extends OllamaRequest.WithKeepAlive<Self>>, OllamaRequest.WithOptions<Self extends OllamaRequest.WithOptions<Self>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.intino.alexandria.ollama.requests.OllamaRequest
fromJson, toJson, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.intino.alexandria.ollama.OllamaParameters
minP, minP, mirostat, mirostat, mirostatEta, mirostatEta, mirostatTau, mirostatTau, numCtx, numCtx, numGpu, numGpu, numPredict, numPredict, parameter, parameter, repeatLastN, repeatLastN, repeatPenalty, repeatPenalty, seed, seed, self, stop, stop, stop, temperature, temperature, tfsZ, tfsZ, topK, topK, topP, topP
-
Constructor Details
-
WithOptions
public WithOptions()
-
-
Method Details
-
options
-
options
-
parametersMap
- Specified by:
parametersMapin interfaceOllamaParameters<Self extends OllamaRequest.WithOptions<Self>>
-