You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize realtime model usage and remove dead code
- Switch to gpt-4o-mini-realtime-preview-2024-12-17 for WebSocket connections
- Keep gpt-4o-mini-transcribe for input_audio_transcription (cost-effective)
- Remove unused RealtimeRelayService and realtimeClient abstraction
- Clean up unused OpenAI packages (@openai/realtime-api-beta, @openai/agents)
- Update documentation to reflect direct WebSocket architecture
- Remove 180+ lines of dead code for cleaner codebase
Benefits:
- Cost-effective transcription with specialized model
- Direct WebSocket connections for better performance
- Cleaner architecture without unused relay services
0 commit comments