tjardoo / openai-client

OpenAI Dive is an unofficial async Rust library that allows you to interact with the OpenAI API.
https://crates.io/crates/openai_dive
MIT License
47 stars 19 forks source link

Add text and image content part implementation for chat message content #99

Closed Marlinski closed 2 weeks ago

Marlinski commented 3 weeks ago

fix issue #98

tjardoo commented 3 weeks ago

Resolves #98

Marlinski commented 3 weeks ago

Is there anything blocking the merge?

tjardoo commented 3 weeks ago

Currently traveling, but tomorrow I'll have some time and I'll then test and merge the PRs + new release.

Marlinski commented 3 weeks ago

Okay! Happy to review if you make any changes.

tjardoo commented 3 weeks ago

I've added also support for the new chat audio. Resolves #100 @Marlinski any comments/improvements before merging?

Marlinski commented 3 weeks ago

I forgot to update the examples thanks for doing it. It lgtm :)