package backends type BackendType string const ( BackendTypeLlamaCpp BackendType = "llama_cpp" )