UNPKG
@0xplaygrounds/rig-wasm
Version:
latest (0.1.0)
0.1.0
A TS and WebAssembly-based port of the Rust agentic AI framework Rig.
@0xplaygrounds/rig-wasm
/
dist
/
esm
/
providers
/
huggingface.d.ts
2 lines
(1 loc)
•
226 B
TypeScript
View Raw
1
2
export
{
HuggingFaceAgent
as
Agent
,
HuggingFaceCompletionsModel
as
CompletionModel
,
HuggingFaceImageGenerationModel
as
ImageGenerationModel
,
HuggingFaceTranscriptionModel
as
TranscriptionModel
, }
from
"../generated/rig_wasm"
;