SimonWang9610 / gpt_tokenizer

BPE tokenizer used for Dart/Flutter applications when calling ChatGPT APIs
https://pub.dev/packages/flutter_gpt_tokenizer
8 stars 6 forks source link

Support for web #5

Closed QSD-Edvard closed 9 months ago

QSD-Edvard commented 1 year ago

On flutter pub.dev page you said this library has support for Android/iOS/Windows/Linux/Mac, but no support for Web.

Do you have any plans for adding it too? Thanks

SimonWang9610 commented 1 year ago

On flutter pub.dev page you said this library has support for Android/iOS/Windows/Linux/Mac, but no support for Web.

Do you have any plans for adding it too?

Thanks

Currently not, coz it needs some time to research if the compiled wasm could be loaded correctly. More specifically, there are some cross-origin issues of loading wasm in flutter web.