matts-llm-tools
Version:
Some useful tools for working with LLMs
8 lines (5 loc) • 363 B
Markdown
# matts-llm-tools
latestModelGetter takes a model name and pulls the latest version of the model from the Ollama registry. If you already have the latest version, it does nothing. This is much faster than just blindly pulling the model.
## reminders for matt
`bun run build` to build the project.
rev the version and `npm publish` to update the package on npm.