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 |