mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-03 10:00:41 +01:00
added test cases for more APIs
This commit is contained in:
@@ -24,7 +24,6 @@ public class OllamaAsyncResultCallback extends Thread {
|
||||
private String result;
|
||||
private boolean isDone;
|
||||
|
||||
|
||||
public OllamaAsyncResultCallback(HttpClient client, URI uri, OllamaRequestModel ollamaRequestModel) {
|
||||
this.client = client;
|
||||
this.ollamaRequestModel = ollamaRequestModel;
|
||||
|
||||
Reference in New Issue
Block a user