- Notifications
You must be signed in to change notification settings - Fork288
Comparing changes
Open a pull request
base repository:64bit/async-openai
Uh oh!
There was an error while loading.Please reload this page.
base:async-openai-v0.28.3
head repository:64bit/async-openai
Uh oh!
There was an error while loading.Please reload this page.
compare:async-openai-v0.29.0
- 8commits
- 13files changed
- 7contributors
Commits on Jun 14, 2025
Enable dyn dispatch by dyn Config objects (#383)
* enable dynamic dispatch* update README with dyn dispatch example* add doc for dyn dispatch* Update testCo-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>* Update Config boundCo-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>* remove Rc implCo-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>* Fix typoCo-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>* Fix typoCo-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>* Update docCo-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>* Update READMECo-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>---------Co-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>
Add missing voice Ballad to enum (#388)
* Add missing voice Ballad to enum* Update openapi.yaml* Update openapi.yaml---------Co-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>
Commits on Jun 29, 2025
feat: enhance realtime response types and audio transcription options (…
…#391)* feat: enhance realtime response types and audio transcription options- Added `Cancelled` variant to `ResponseStatusDetail` enum for better handling of cancelled responses.- Introduced `LogProb` struct to capture log probability information for transcribed tokens.- Updated `ConversationItemInputAudioTranscriptionCompletedEvent` and `ConversationItemInputAudioTranscriptionDeltaEvent` to include optional `logprobs` for per-token log probability data.- Enhanced `AudioTranscription` struct with optional fields for `language`, `model`, and `prompt` to improve transcription accuracy and customization.- Added new `SemanticVAD` option in the `TurnDetection` enum to control model response eagerness.- Expanded `RealtimeVoice` enum with additional voice options for more variety in audio responses.* feat: update audio format enum values for consistency- Changed enum variants for `AudioFormat` to use underscores instead of hyphens in their serialized names.- Updated `G711ULAW` from `g711-ulaw` to `g711_law` and `G711ALAW` from `g711-alaw` to `g711_alaw` for improved clarity and adherence to naming conventions.* feat: add auto-response options to VAD configurations---------Co-authored-by: Chris Raethke <codesoda@users.noreply.github.com>
feat: change Prompt integer variants from u16 to u32 for future compa…
…tibility (#392)
paulhendricks authoredJun 29, 2025 task: Add serialize impl for ApiError (#393)
* task: Add serialize impl for ApiError- Adds the `serde::Serialize` derive macro to the `ApiError` type so that this error can be passed along the wire to clients for proxies* Update async-openai/Cargo.toml* Update async-openai/Cargo.toml---------Co-authored-by: Himanshu Neema <himanshun.iitkgp@gmail.com>
refactor: adding missing fields from Responses API (#394)
paulhendricks authoredJun 29, 2025 remove .mime_str(application/octet-stream) (#395)
64bit authoredJun 29, 2025 - 64bit committed
Jun 29, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff async-openai-v0.28.3...async-openai-v0.29.0
Uh oh!
There was an error while loading.Please reload this page.