UNPKG
@barosell/streamllm
Version:
latest (0.1.0)
0.1.0
Support streaming LLM responses using rxjs observables
@barosell/streamllm
/
lib
/
index.js
6 lines
(5 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
"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
; } });