Releases: 64bit/async-openai
Releases · 64bit/async-openai
v0.10.0
19 Mar 04:14
Compare
Sorry, something went wrong.
No results found
New
added : rustls support. By default async-openai now use rustls for reqwest; native tls ( which was default behavior of reqwest ) is available through feature flag native-tls #60
New Contributors
v0.9.5
18 Mar 00:22
Compare
Sorry, something went wrong.
No results found
New
added : Configure custom reqwest client through with_http_client method on async_openai::Client #58
New Contributors
v0.9.4
12 Mar 04:06
Compare
Sorry, something went wrong.
No results found
New
added : Derive Clone for all API types #55
Repeat Contributors 🎉
v0.9.3
11 Mar 03:12
Compare
Sorry, something went wrong.
No results found
New
added : derive Deserialize for CreateChatCompletionRequest and its related types ChatCompletionRequestMessage, Role; and Prompt #53
New Contributors
@JLWhitney97 made their first open source contribution in #53 🎉 🎉 🎉
v0.9.2
05 Mar 05:57
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Skip serialization of user if None in CreateChatCompletionRequest #52
New Contributors
v0.9.1 (please skip this and use 0.9.2 instead; its yanked on crates.io )
05 Mar 04:09
Compare
Sorry, something went wrong.
No results found
Bug Fixes
New Contributors
v0.9.0
04 Mar 21:40
Compare
Sorry, something went wrong.
No results found
Bug Squashed
finish_reason in ChatChoice is now Option<String> #46
New Contributors
v0.8.0
01 Mar 23:09
Compare
Sorry, something went wrong.
No results found
New Features
Updates from openapi spec
Remove unused fields in CreateEditResponse #41
CreateImageEditRequest now takes mask as an optional parameter
New Contributors
v0.7.0
17 Feb 23:33
Compare
Sorry, something went wrong.
No results found
New
Bug fix in #37
crate dependencies are upgraded, only base64 crate had breaking changes
updated doc comment links from beta.openai.com to platform.openai.com
New Contributors
v0.6.1
11 Feb 20:35
Compare
Sorry, something went wrong.
No results found
Bug Fixes
correct implementation of Default trait for Client
Contributors
@swnb made their first contribution #35 🎉