R/manage_models.R
ollama_show_model_info.Rd
Show details about a model including modelfile, template, parameters, license, and system prompt.
ollama_show_model_info(name)
Name of the model to show
A list.
if (FALSE) { ollama_show_model_info("llama2") ollama_show_model_info("mistral") }