Skip to content

Releases: 64bit/async-openai

v0.28.2

02 Jun 00:30
async-openai-v0.28.2
43c744b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: async-openai-v0.28.1...async-openai-v0.28.2

v0.28.1

13 Apr 18:43
async-openai-v0.28.1
aeb6d1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: async-openai-v0.28.0...async-openai-v0.28.1

v0.28.0

03 Mar 02:56
638bf75
Compare
Choose a tag to compare

What's Changed

Full Changelog: async-openai-v0.27.2...async-openai-v0.28.0

Contributors

  • Many thanks to @Sufflope for their contributions to proof of concept for method extension in #280 #287

v0.1.0 | First Macro Release

03 Mar 02:48
async-openai-macros-v0.1.0
638bf75
Compare
Choose a tag to compare

New

attribute proc macro #[byot] to create methods with similar arguments and type bounds but with generic types, enables user to use their own Rust types with async-openai crate.

v0.27.2

18 Jan 19:15
async-openai-v0.27.2
c48e62e
Compare
Choose a tag to compare

What's Changed

  • Add From<ChatCompletionRequestDeveloperMessage> implementation for ChatCompletionRequestMessage by @keithschulze in #318

New Contributors

Full Changelog: async-openai-v0.27.1...async-openai-v0.27.2

v0.27.1

12 Jan 19:59
async-openai-v0.27.1
12108a0
Compare
Choose a tag to compare

What's Changed

  • [Example]: Use serde, schemars to make structure output code easy by @cptrodgers in #301
  • remove async-convert and bump rust-version by @ifsheldon in #317

New Contributors

Full Changelog: async-openai-v0.27.0...async-openai-v0.27.1

v0.27.0

11 Jan 00:20
async-openai-v0.27.0
a1a5d99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: async-openai-v0.26.0...async-openai-v0.27.0

v0.26.0

12 Nov 04:21
async-openai-v0.26.0
adaf26e
Compare
Choose a tag to compare

New

Thank you Contributors

v0.25.0

07 Oct 22:31
async-openai-v0.25.0
d080708
Compare
Choose a tag to compare

New

  • Added types for Realtime API, can be enabled by feature flag realtime #276
  • Added supporting example in examples/realtime #276

v0.24.1

26 Sep 12:21
async-openai-v0.24.1
e8158e5
Compare
Choose a tag to compare

New

Fix: Fix service_tier serialization for CreateChatCompletionRequest #263 by @tomgie
Fix: Fix content, refusal serialization for CreateChatCompletionRequest #267 by @chirino
Fix: Fix deserialization of ListVectorStoresResponse #242 #270

Thank you contributors