diff --git a/docs/docs/apis-model-management/list-library-models.md b/docs/docs/apis-model-management/list-library-models.md index cdb9525b..fd222bb4 100644 --- a/docs/docs/apis-model-management/list-library-models.md +++ b/docs/docs/apis-model-management/list-library-models.md @@ -2,6 +2,8 @@ sidebar_position: 1 --- +import CodeEmbed from '@site/src/components/CodeEmbed'; + # Models from Ollama Library These API retrieves a list of models directly from the Ollama library. @@ -11,17 +13,15 @@ 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. -