Skip to contents

get_list_ollama_models gets a list of models available from the ollama server

Usage

get_list_ollama_models(ollama_connection)

Arguments

ollama_connection

an ollama connection objection object that was created by get_ollama_connection().

Value

A dataframe that contains information about the LLM available from the running ollama server

Details

A simple function to get the models available from the ollama server.

Examples

ollama_conn <- get_ollama_connection()
list_of_models <- get_list_ollama_models(ollama_conn)