Skip to content

Commit 3a5e61a

Browse files
committed
Update client.d.ts
1 parent 11860a6 commit 3a5e61a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/lib/client.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
export class RealtimeClient extends RealtimeEventHandler {
161161
/**
162162
* Create a new RealtimeClient instance
163-
* @param {{url?: string, apiKey?: string, dangerouslyAllowAPIKeyInBrowser?: boolean, debug?: boolean}} [settings]
163+
* @param {{url?: string, apiKey?: string, model?: string, dangerouslyAllowAPIKeyInBrowser?: boolean, debug?: boolean}} [settings]
164164
*/
165165
constructor({ url, apiKey, dangerouslyAllowAPIKeyInBrowser, debug }?: {
166166
url?: string;
@@ -181,6 +181,7 @@ export class RealtimeClient extends RealtimeEventHandler {
181181
temperature: number;
182182
max_response_output_tokens: number;
183183
};
184+
realtimeModel: string;
184185
sessionConfig: {};
185186
transcriptionModels: {
186187
model: string;

0 commit comments

Comments
 (0)