From 1a9b6e0e3d9ac9e9f5b0ddf6f5597875fff6d555 Mon Sep 17 00:00:00 2001 From: Nestor Qin Date: Sun, 29 Sep 2024 03:49:41 -0400 Subject: [PATCH] [Expose] Expose ModelType Enum --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 10e280fa..adad99bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,7 @@ export { ChatOptions, MLCEngineConfig, GenerationConfig, + ModelType, prebuiltAppConfig, modelVersion, modelLibURLPrefix,