Skip to content

Commit

Permalink
[Expose] Expose ModelType Enum (#584)
Browse files Browse the repository at this point in the history
This PR exports the `ModelType` enumeration defined in `config.ts` so
that clients could use it to differentiate different types of models.
  • Loading branch information
Neet-Nestor authored Sep 29, 2024
1 parent 739d9d9 commit dffbe9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export {
ChatOptions,
MLCEngineConfig,
GenerationConfig,
ModelType,
prebuiltAppConfig,
modelVersion,
modelLibURLPrefix,
Expand Down

0 comments on commit dffbe9f

Please sign in to comment.