We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39759b0 commit 271d781Copy full SHA for 271d781
models/spring-ai-ollama/src/main/java/org/springframework/ai/ollama/api/OllamaApi.java
@@ -653,6 +653,7 @@ public record ShowModelResponse(
653
@JsonProperty("messages") List<Message> messages,
654
@JsonProperty("model_info") Map<String, Object> modelInfo,
655
@JsonProperty("projector_info") Map<String, Object> projectorInfo,
656
+ @JsonProperty("capabilities") List<String> capabilities,
657
@JsonProperty("modified_at") Instant modifiedAt
658
) { }
659
0 commit comments