plugins.ollama.serve.args

The arguments to pass to the serve command.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "serve"
]

Declared by:

plugins.ollama.serve.command

The command to use to start the ollama server.

Type: null or string or raw lua code

Default: null

Plugin default: "ollama"

Declared by:

plugins.ollama.serve.onStart

Whether to start the ollama server on startup.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.ollama.serve.stopArgs

The arguments to pass to the stop command.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "-SIGTERM"
  "ollama"
]

Declared by:

plugins.ollama.serve.stopCommand

The command to use to stop the ollama server.

Type: null or string or raw lua code

Default: null

Plugin default: "pkill"

Declared by: