Himanshu Neema
Himanshu Neema
Instead of complex ser-de implementations, types have be udpated for proper serialization and deserialization in v0.23.0 Thank you @sontallive for contributing the test too - its included as part of...
@SimonCW It appears to be an issue with lamafile reponse "File Not Found", its not a valid response as per OpenAI API to deserialize.
@kitalia I believe your issue is separate - it appears that spec and actual response have a drift. Please try the following to see if your deserialization issue goes away:...
Thank you 😌 Given that `reqwest` support wasm, would like to have wasm support too. I'm not very familar with wasm ecosystem, but seems like tokio has work in progress...
Hi @cosmikwolf It seems that support for different async executor should be a separate issue? Is that somehow related to WASM as well?
Thank you @cosmikwolf and @Doordashcon for offering to contribute! I'll let you guys coordinate on this thread. To consider this resolved we should at least have one working example for...
Getting started without streaming and files support, but testable through examples would still be a good first step!
Updates from release notes in 0.17.0: > WASM support, it lives in [experiments](https://github.com/64bit/async-openai/tree/experiments) branch. To use it please pin directly to git sha in your Cargo.toml. Any discussion, issues, related...
Thank you for the heads up. I think that's a good way forward to keep it sustainable. Do you plan to make it permanent? If so, you're welcome to link...
WASM support has a new home https://github.com/ifsheldon/async-openai-wasm, hence closing