forked from Mirror/ollama4j
init
This commit is contained in:
parent
f5b46410e8
commit
bf0a1e2160
@ -195,6 +195,7 @@ Find the full `Javadoc` (API specifications) [here](https://amithkoujalgi.github
|
||||
|
||||
- Use Java-naming conventions for attributes in the request/response models instead of the snake-case conventions. (
|
||||
possibly with Jackson-mapper's `@JsonProperty`)
|
||||
- Setup logging
|
||||
|
||||
#### Get Involved
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user