ollama_list_models | R Documentation |
This function connects to the Ollama API and retrieves information about available models, returning it as a data frame.
ollama_list_models(.ollama_server = "http://localhost:11434")
.ollama_server |
The URL of the ollama server to be used |
A tibble containing model information, or NULL if no models are found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.