@anaplian/model-context-size
Version:
Anaplian support library for fetching the context window size for various models
7 lines • 782 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isModelSupported = exports.getModelContextSize = void 0;
var get_model_context_size_1 = require("./get-model-context-size");
Object.defineProperty(exports, "getModelContextSize", { enumerable: true, get: function () { return get_model_context_size_1.getModelContextSize; } });
Object.defineProperty(exports, "isModelSupported", { enumerable: true, get: function () { return get_model_context_size_1.isModelSupported; } });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsbUVBR2tDO0FBRmhDLDZIQUFBLG1CQUFtQixPQUFBO0FBQ25CLDBIQUFBLGdCQUFnQixPQUFBIn0=