We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542356f commit 851eb31Copy full SHA for 851eb31
relay-server/lib/relay.js
@@ -1,5 +1,5 @@
1
import { WebSocketServer } from 'ws';
2
-import { RealtimeClient } from '../../src/lib/realtime-api-beta/index.js';
+import { RealtimeClient } from '@openai/realtime-api-beta';
3
4
export class RealtimeRelay {
5
constructor(apiKey) {
0 commit comments