ben-ai-models-registry
v1.0.27
Published
This repository contains shared Mongoose models used across all Bennie and the AI Jets Node.js applications.
Downloads
389
Keywords
Readme
Bennie and the AI Jets Shared Mongoose Models
This repository contains shared Mongoose models used across all Bennie and the AI Jets Node.js applications.
Contents
- Models:
Run
JobStatus
LanguageObject
Usage in Other Applications
To use these models in your application, follow these steps:
Install the package:
npm install ben-ai-models-registry
Import the models:
import { Run, JobStatus, LanguageObject } from 'ben-ai-models-registry';
Usage in Other Applications
If you need to make changes to the models, follow these steps:
Clone the repository
Make your changes.
Update the version number in package.json to the next version.
Login to npm:
npm login
Publish the updated package to npm:
npm publish
Note: You must have publishing access to the npm package to publish changes.
Feel free to contribute to the repository by submitting pull requests with your improvements and suggestions.