Learn R Programming

llmhelper (version 1.0.0)

ollama_delete_model: Delete a model from Ollama API

Description

This function sends a DELETE request to remove a specified model from the Ollama API and returns the updated model list.

Usage

ollama_delete_model(.model, .ollama_server = "http://localhost:11434")

Value

Updated tibble of available models after deletion

Arguments

.model

The name of the model to delete

.ollama_server

The URL of the Ollama server (default: "http://localhost:11434")

Author

Zaoqu Liu; Email: liuzaoqu@163.com