powered by
Returns the full path to the installed localLLM backend library.
get_lib_path()
Character string containing the path to the backend library file.
This function will throw an error if the backend library is not installed. Use lib_is_installed to check installation status first.
lib_is_installed
lib_is_installed, install_localLLM
install_localLLM
if (FALSE) { # Get the library path (only if installed) if (lib_is_installed()) { lib_path <- get_lib_path() message("Library is at: ", lib_path) } }
Run the code above in your browser using DataLab