openai_realtime_dart 0.0.4+1
openai_realtime_dart: ^0.0.4+1 copied to clipboard
Dart client for the OpenAI Realtime API (beta), a stateful, event-based API that communicates over a WebSocket.
📣 Check out the releases page or the #announcements channel on the LangChain.dart Discord server for more details.
0.0.4 #
- FEAT: Align latest OpenAI Realtime API changes (#707). (c2fc4f53)
- FEAT: Add language and prompt properties to InputAudioTranscriptionConfig (#698). (5daf6e60)
- FEAT: Add RealtimeEvent for input audio transcription delta updates (#710). (0848a253)
- FEAT: Add support for custom headers in WebSocket connections (#693). (de81ef89)
- FEAT: Allow to pass a custom model in OpenAI RealtimeClient (#654). (60feae46)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- FIX: Server VAD is enabled after setting turnDetection to null (#668). (39c21ba4)
- FIX: previous_item_id should be nullable in openai_realtime_dart (#639). (0f84850f)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- REFACTOR: Remove unused property in openai_realtime_dart (#625). (231ccab2)
- REFACTOR: Fix linter issues (#708). (652e7c64)
0.0.3+1 #
0.0.3 #
0.0.1 #
0.0.1-dev.1 #
- Bootstrap project