Added MCP, Hybrid Memories and Skill support
This commit is contained in:
@@ -17,7 +17,7 @@ export class Vision {
|
||||
const {data} = await worker.recognize(path);
|
||||
await worker.terminate();
|
||||
res(data.text.trim() || null);
|
||||
});
|
||||
}).finally(() => worker?.terminate());
|
||||
return Object.assign(p, {abort: () => worker?.terminate()});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user