ollama_list_models: List available models from Ollama API
Description
This function retrieves information about available models from the Ollama API
and returns it as a tibble with simplified data extraction.
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 (default: "http://localhost:11434")
Author
Zaoqu Liu; Email: liuzaoqu@163.com