You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Standardize error handling across modules
- Replace unsafe (error as Error).message casts with proper instanceof
checks in pdf and image parsers
- Remove new Promise(async ...) anti-pattern in MLCEngineWrapper.clearModelCache
- Fix error message in MLC loadModel that stringified entire config object
instead of using modelConfig.modelName
Fixes#247
* style: fix Prettier formatting in parser files
0 commit comments