Learn R Programming

tidyllm (version 0.2.0)

ollama_list_models: Retrieve and return model information from the Ollama API

Description

This function connects to the Ollama API and retrieves information about available models, returning it as a tibble.

Usage

ollama_list_models(.ollama_server = "http://localhost:11434")

Value

A tibble containing model information, or NULL if no models are found.

Arguments

.ollama_server

The URL of the ollama server to be used