mirror of
				https://github.com/amithkoujalgi/ollama4j.git
				synced 2025-11-04 02:20:50 +01:00 
			
		
		
		
	Extends OllamaChatResponseModel with error property
This commit is contained in:
		@@ -11,6 +11,7 @@ public class OllamaChatResponseModel {
 | 
			
		||||
    private @JsonProperty("created_at") String createdAt;
 | 
			
		||||
    private OllamaChatMessage message;
 | 
			
		||||
    private boolean done;
 | 
			
		||||
    private String error;
 | 
			
		||||
    private List<Integer> context;
 | 
			
		||||
    private @JsonProperty("total_duration") Long totalDuration;
 | 
			
		||||
    private @JsonProperty("load_duration") Long loadDuration;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user