From ec0ebc9654916450c39bf63aa91adf870fd87624 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Thu, 17 Apr 2025 18:39:07 +0530 Subject: [PATCH 1/6] Update list-library-models.md --- .../list-library-models.md | 23 ++++--------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/docs/docs/apis-model-management/list-library-models.md b/docs/docs/apis-model-management/list-library-models.md index 25aa594..cdb9525 100644 --- a/docs/docs/apis-model-management/list-library-models.md +++ b/docs/docs/apis-model-management/list-library-models.md @@ -11,26 +11,11 @@ These API retrieves a list of models directly from the Ollama library. This API fetches available models from the Ollama library page, including details such as the model's name, pull count, popular tags, tag count, and the last update time. -```java title="ListLibraryModels.java" -import io.github.ollama4j.OllamaAPI; -import io.github.ollama4j.models.response.LibraryModel; +