plugins.ollama.serve.args
The arguments to pass to the serve command.
Plugin default: ["serve"]
Type: null or (list of (string or raw lua code))
Default:
null
Declared by:
plugins.ollama.serve.command
The command to use to start the ollama server.
Plugin default: "ollama"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.ollama.serve.onStart
Whether to start the ollama server on startup.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.ollama.serve.stopArgs
The arguments to pass to the stop command.
Plugin default: ["-SIGTERM" "ollama"]
Type: null or (list of (string or raw lua code))
Default:
null
Declared by:
plugins.ollama.serve.stopCommand
The command to use to stop the ollama server.
Plugin default: "pkill"
Type: null or string or raw lua code
Default:
null
Declared by: