64bit / async-openai

Rust library for OpenAI
https://docs.rs/async-openai
MIT License
1.11k stars 166 forks source link

Re-enable media-related operations on wasm #159

Closed ifsheldon closed 9 months ago

ifsheldon commented 9 months ago

Thanks to #154 , media-related operations are decoupled from file-related operations, so they can be re-enabled. For those who want media-related operations on wasm, they can do file-operation via web APIs first.

This PR includes:

Besides, I think wasm support is almost ready to get merged into main branch, except that we need a few examples.

64bit commented 9 months ago

Nice work for closing more gaps!

64bit commented 9 months ago

Thank you for PR!