Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.models.response.OllamaAsyncResultStreamer Class Reference
Inheritance diagram for io.github.ollama4j.models.response.OllamaAsyncResultStreamer:

Public Member Functions

 OllamaAsyncResultStreamer (HttpRequest.Builder requestBuilder, OllamaGenerateRequest ollamaRequestModel, long requestTimeoutSeconds)
 
void run ()
 

Detailed Description

Definition at line 25 of file OllamaAsyncResultStreamer.java.

Constructor & Destructor Documentation

◆ OllamaAsyncResultStreamer()

io.github.ollama4j.models.response.OllamaAsyncResultStreamer.OllamaAsyncResultStreamer ( HttpRequest.Builder requestBuilder,
OllamaGenerateRequest ollamaRequestModel,
long requestTimeoutSeconds )

Definition at line 56 of file OllamaAsyncResultStreamer.java.

Member Function Documentation

◆ run()

void io.github.ollama4j.models.response.OllamaAsyncResultStreamer.run ( )

Definition at line 68 of file OllamaAsyncResultStreamer.java.


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