We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d214ea commit 6cd8317Copy full SHA for 6cd8317
src/beta/realtime/ws.ts
@@ -1,4 +1,4 @@
1
-import WS from 'ws';
+import * as WS from 'ws';
2
import { OpenAI } from '../../index';
3
import type { RealtimeClientEvent, RealtimeServerEvent } from '../../resources/beta/realtime/realtime';
4
import { OpenAIRealtimeEmitter, buildRealtimeURL } from './internal-base';
0 commit comments