Skip to contents

Show details about a model including modelfile, template, parameters, license, and system prompt.

Usage

ollama_show_model_info(name)

Arguments

name

Name of the model to show

Value

A list.

Examples

if (FALSE) {
ollama_show_model_info("llama2")
ollama_show_model_info("mistral")
}