check_options {ollamar} | R Documentation |
Check if a vector of options are valid
Description
Check if a vector of options are valid
Usage
check_options(opts = NULL)
Arguments
opts |
A vector of options to check. |
Value
Returns a list with two elements: valid_options and invalid_options.
Examples
check_options(c("mirostat", "invalid_option"))
check_options(c("mirostat", "num_predict"))
[Package ollamar version 1.2.2 Index]