Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
darkfire514/OpenClawBot
nikhtu10
/
OpenClawBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
OpenClawBot
/
src
/
memory
/
node-llama.ts
darkfire514
Upload 2526 files
fb4d8fe
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
82 Bytes
export
async
function
importNodeLlamaCpp
(
) {
return
import
(
"node-llama-cpp"
);
}