AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class DeleteModelRequest

    Inheritance
    object
    RequestBody
    DeleteModelRequest
    Namespace: Glitch9.AIDevKit.Ollama
    Assembly: .dll
    Syntax
    public class DeleteModelRequest : RequestBody

    Properties

    ModelId

    Required. The id of the model to delete.

    Declaration
    public string ModelId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX