Class CopyModelRequest
- Namespace
- OllamaSharp.Models
- Assembly
- OllamaSharp.dll
Copy a model. Creates a model with another name from an existing model. Ollama API docs
public class CopyModelRequest : OllamaRequest
- Inheritance
-
CopyModelRequest
- Inherited Members
Properties
Destination
The destination model name
[JsonPropertyName("destination")]
public string Destination { get; set; }
Property Value
Source
The source model name
[JsonPropertyName("source")]
public string Source { get; set; }