Skip to content

Commit 9b3231f

Browse files
chore: fix typo in descriptions
1 parent 659cf62 commit 9b3231f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/resources/async/chat/completions.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -363,37 +363,37 @@ export namespace CompletionCreateParams {
363363

364364
export interface CompletionGetParams {
365365
/**
366-
* Query param:
366+
* Query param
367367
*/
368368
local_mode?: boolean;
369369

370370
/**
371-
* Header param:
371+
* Header param
372372
*/
373373
'x-client-env'?: string;
374374

375375
/**
376-
* Header param:
376+
* Header param
377377
*/
378378
'x-client-name'?: string;
379379

380380
/**
381-
* Header param:
381+
* Header param
382382
*/
383383
'x-created-at-epoch-seconds'?: string;
384384

385385
/**
386-
* Header param:
386+
* Header param
387387
*/
388388
'x-request-time'?: string;
389389

390390
/**
391-
* Header param:
391+
* Header param
392392
*/
393393
'x-usage-tier'?: string;
394394

395395
/**
396-
* Header param:
396+
* Header param
397397
*/
398398
'x-user-id'?: string;
399399
}

0 commit comments

Comments
 (0)