Skip to contents

This function scrapes the Ollama library page, retrieves information about available available tags for a specific model, and returns a character vector with all the tag names.

Usage

ollama_get_tags(name)

Arguments

name

The model from which the tags will be retrieved

Value

A character vector with all the available tags.

Examples

if (FALSE) {
ollama_get_tags("llama2")
ollama_get_tags("mistral")
}