The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AI::Ollama::PushModelRequest -

SYNOPSIS

  my $obj = AI::Ollama::PushModelRequest->new();
  ...

PROPERTIES

insecure

Allow insecure connections to the library.

Only use this if you are pushing to your library during development.

name

The name of the model to push in the form of <namespace>/<model>:<tag>.

stream

If `false` the response will be returned as a single response object, otherwise the response will be streamed as a series of objects.