OllamaClient.copy

Copies an existing model to a new name.

class OllamaClient
@safe
JSONValue
copy
(
string source
,)

Parameters

source string

Source model name.

destination string

Destination model name.

Return Value

Type: JSONValue

A JSONValue with copy status.

Meta