Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.models.request.OllamaCommonRequest Class Referenceabstract
Inheritance diagram for io.github.ollama4j.models.request.OllamaCommonRequest:
io.github.ollama4j.models.chat.OllamaChatRequest io.github.ollama4j.models.generate.OllamaGenerateRequest

Public Member Functions

String toString ()
 

Protected Attributes

String model
 
Boolean returnFormatJson
 
Map< String, Object > options
 
String template
 
boolean stream
 
String keepAlive
 

Detailed Description

Definition at line 15 of file OllamaCommonRequest.java.

Member Function Documentation

◆ toString()

String io.github.ollama4j.models.request.OllamaCommonRequest.toString ( )

Definition at line 28 of file OllamaCommonRequest.java.

Member Data Documentation

◆ keepAlive

String io.github.ollama4j.models.request.OllamaCommonRequest.keepAlive
protected

Definition at line 25 of file OllamaCommonRequest.java.

◆ model

String io.github.ollama4j.models.request.OllamaCommonRequest.model
protected

Definition at line 17 of file OllamaCommonRequest.java.

◆ options

Map<String, Object> io.github.ollama4j.models.request.OllamaCommonRequest.options
protected

Definition at line 21 of file OllamaCommonRequest.java.

◆ returnFormatJson

Boolean io.github.ollama4j.models.request.OllamaCommonRequest.returnFormatJson
protected

Definition at line 20 of file OllamaCommonRequest.java.

◆ stream

boolean io.github.ollama4j.models.request.OllamaCommonRequest.stream
protected

Definition at line 23 of file OllamaCommonRequest.java.

◆ template

String io.github.ollama4j.models.request.OllamaCommonRequest.template
protected

Definition at line 22 of file OllamaCommonRequest.java.


The documentation for this class was generated from the following file: