ai.matey.native.model-runner
v0.2.0
Published
Model runner base class for AI Matey native backends
Maintainers
Readme
ai.matey.native.model-runner
Generic model runner for local models
Part of the ai.matey monorepo.
Installation
npm install ai.matey.native.model-runnerRequirements
- Node.js 18+
Quick Start
import { ModelRunner } from 'ai.matey.native.model-runner';
const backend = new ModelRunner({
// configuration
});Exports
ModelRunnercreateModelRunner
License
MIT - see LICENSE for details.
