mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 06:30:22 +00:00
fix: make node-llama-cpp optional
This commit is contained in:
3
src/memory/node-llama.ts
Normal file
3
src/memory/node-llama.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function importNodeLlamaCpp() {
|
||||
return import("node-llama-cpp");
|
||||
}
|
||||
Reference in New Issue
Block a user