added test cases for more APIs

This commit is contained in:
Amith Koujalgi
2023-11-13 12:15:06 +05:30
parent c5f3bb5d31
commit dc2b73a72d
2 changed files with 93 additions and 1 deletions

View File

@@ -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;