Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1009 Bytes

ramalama-run.1.md

File metadata and controls

44 lines (31 loc) · 1009 Bytes

% ramalama-run 1

NAME

ramalama-run - run specified AI Model as a chatbot

SYNOPSIS

ramalama run [options] model [arg ...]

OPTIONS

--help, -h

show this help message and exit

--name, -n

name of the container to run the Model in

--prompt

modify the prompt in the AI Chatbot

DESCRIPTION

Run specified AI Model as a chat bot. Ramalama pulls specified AI Model from registry if it does not exist in local storage. By default a prompt for a chat bot will be started. When arguments are specified, the arguments will be given to the AI Model and the output returned without entering the chatbot.

EXAMPLES

Run command without arguments starts a chatbot

ramalama run granite

>
ramalama run merlinite "when is the summer solstice"
The summer solstice, which is the longest day of the year, will happen on June ...

SEE ALSO

ramalama(1)

HISTORY

Aug 2024, Originally compiled by Dan Walsh [email protected]