mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
79f69c1620
@ -7,6 +7,15 @@ public class ModelDetail {
|
||||
@JsonProperty("modelfile")
|
||||
private String modelFile;
|
||||
private String parameters, template;
|
||||
private String system;
|
||||
|
||||
public String getSystem() {
|
||||
return system;
|
||||
}
|
||||
|
||||
public void setSystem(String system) {
|
||||
this.system = system;
|
||||
}
|
||||
|
||||
public String getLicense() {
|
||||
return license;
|
||||
|
Loading…
x
Reference in New Issue
Block a user