From dffbe9f1321cd3eb379afc9b9557ac9ca33c6f1c Mon Sep 17 00:00:00 2001 From: Nestor Qin Date: Sun, 29 Sep 2024 10:07:33 -0400 Subject: [PATCH] [Expose] Expose ModelType Enum (#584) This PR exports the `ModelType` enumeration defined in `config.ts` so that clients could use it to differentiate different types of models. --- 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,