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
As in my commit to the downstream fork async-openai-wasm, it's possible to remove async-convert crate. Without async-convert, we don't need to use async-trait either, which remove extra boxing. This also shrinks binary size. I would be happy to upstream this change in a PR.