Update docs and dependencies

Improved descriptions in README and blog posts, removed outdated info from pull-model API docs, and updated several npm dependencies in package.json and package-lock.json for better compatibility and security.
This commit is contained in:
amithkoujalgi
2025-08-31 19:59:29 +05:30
parent 4eefb81a0b
commit a3ebe6c992
6 changed files with 464 additions and 247 deletions

View File

@@ -13,11 +13,3 @@ src='https://raw.githubusercontent.com/ollama4j/ollama4j-examples/refs/heads/mai
</CodeEmbed>
Once downloaded, you can see them when you use [list models](./list-models) API.
:::info
You can even pull models using Ollama model library APIs. This looks up the models directly on the Ollama model library page. Refer
to [this](./list-library-models#pull-model-using-librarymodeltag).
:::