mirror of
				https://github.com/amithkoujalgi/ollama4j.git
				synced 2025-11-04 02:20:50 +01:00 
			
		
		
		
	Adds model property to Model Type
This commit is contained in:
		@@ -7,6 +7,7 @@ import lombok.Data;
 | 
			
		||||
public class Model {
 | 
			
		||||
 | 
			
		||||
  private String name;
 | 
			
		||||
  private String model;
 | 
			
		||||
  @JsonProperty("modified_at")
 | 
			
		||||
  private String modifiedAt;
 | 
			
		||||
  private String digest;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user