This commit is contained in:
Amith Koujalgi
2023-11-08 14:09:31 +05:30
parent f5b46410e8
commit bf0a1e2160
2 changed files with 1 additions and 2 deletions

View File

@@ -36,8 +36,6 @@ public class OllamaAsyncResultCallback extends Thread {
if (!ollamaResponseModel.getDone()) {
response.append(ollamaResponseModel.getResponse());
}
// System.out.println("Streamed response line: " +
// responseModel.getResponse());
}
in.close();
this.isDone = true;