mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 00:59:21 +00:00
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
export async function importNodeLlamaCpp() {
|
|
return import("node-llama-cpp");
|
|
}
|