Skip to contents

This function scrapes the Ollama library page, retrieves information about available models, and returns a tibble with details such as model name, description, number of pulls, number of tags, and last update.

Usage

ollama_get_library()

Value

A tibble with information about models in the Ollama AI library.

Examples

if (FALSE) {
ollama_get_library()
}