Learn R Programming

rtemis.llm (version 0.8.1)

ollama_list_models: List Ollama Models

Description

List Ollama Models

Usage

ollama_list_models(base_url = OLLAMA_URL_DEFAULT)

Value

Character vector: Model names.

Arguments

base_url

Character: Base URL of Ollama server.

Author

EDG

Examples

Run this code
# Requires a running Ollama server
if (FALSE) {
ollama_list_models()
}

Run the code above in your browser using DataLab