openclaw / src /memory /node-llama.ts
quinnz's picture
change port 18789 to 7860
3509093
Raw
History Blame Contribute Delete
82 Bytes
export async function importNodeLlamaCpp() {
return import("node-llama-cpp");
}