Skip to content

Commit

Permalink
Import from package
Browse files Browse the repository at this point in the history
  • Loading branch information
khorwood-openai committed Oct 2, 2024
1 parent 542356f commit 851eb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-server/lib/relay.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { WebSocketServer } from 'ws';
import { RealtimeClient } from '../../src/lib/realtime-api-beta/index.js';
import { RealtimeClient } from '@openai/realtime-api-beta';

export class RealtimeRelay {
constructor(apiKey) {
Expand Down

0 comments on commit 851eb31

Please sign in to comment.