Class DeleteModelRequest
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class DeleteModelRequest : IJsonRequest
Properties
| Edit this page View SourceModelId
Required. The id of the model to delete.
Declaration
[JsonProperty("model")]
public string ModelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |