edge_set_verbose: Control llama.cpp logging verbosity
Description
Enable or disable verbose output from the underlying llama.cpp library.
By default, all output except errors is suppressed to comply with CRAN policies.
Usage
edge_set_verbose(enabled = FALSE)
Value
Invisible NULL
Arguments
enabled
Logical. If TRUE, enables verbose llama.cpp output. If FALSE (default),
suppresses all output except errors.