Skip to content

Commit dffbe9f

Browse files
authored
[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.
1 parent 739d9d9 commit dffbe9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export {
44
ChatOptions,
55
MLCEngineConfig,
66
GenerationConfig,
7+
ModelType,
78
prebuiltAppConfig,
89
modelVersion,
910
modelLibURLPrefix,

0 commit comments

Comments
 (0)