Class OllamaGenerateRequestModel
java.lang.Object
io.github.amithkoujalgi.ollama4j.core.models.OllamaCommonRequestModel
io.github.amithkoujalgi.ollama4j.core.models.generate.OllamaGenerateRequestModel
- All Implemented Interfaces:
OllamaRequestBody
public class OllamaGenerateRequestModel
extends OllamaCommonRequestModel
implements OllamaRequestBody
-
Field Summary
Fields inherited from class io.github.amithkoujalgi.ollama4j.core.models.OllamaCommonRequestModel
keepAlive, model, options, returnFormatJson, stream, template
-
Constructor Summary
ConstructorsConstructorDescriptionOllamaGenerateRequestModel
(String model, String prompt) OllamaGenerateRequestModel
(String model, String prompt, List<String> images) -
Method Summary
Methods inherited from class io.github.amithkoujalgi.ollama4j.core.models.OllamaCommonRequestModel
toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.amithkoujalgi.ollama4j.core.utils.OllamaRequestBody
getBodyPublisher