v0.12.1
64bit
released this
29 Jun 05:31
·
122 commits
to main
since this release
New
-
added: crate feature
native-tls-vendored = ["reqwest/native-tls-vendored"]
#82
Context for this feature:I run my rust services on ARM-based AWS graviton instances which have a different version of OpenSSL that doesn't play nicely with reqwest. This diff adds a new feature to async-openai that allows removing the dependency on OpenSSL by opting in for the native-tls-vendored feature in the reqwest library.
I've tested this on graviton with an incompatible version of OpenSSL and things work nicely :)
New Contributors
- @mikeparisstuff made their first contribution in #82 🎉