UNPKG

@barosell/streamllm

Version:

Support streaming LLM responses using rxjs observables

6 lines (5 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AiModel = void 0; var ai_1 = require("./ai"); Object.defineProperty(exports, "AiModel", { enumerable: true, get: function () { return ai_1.AiInterface; } });