Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 21, 2024
1 parent 26fb410 commit 1cd7878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/groqcloud%2Fgroqcloud-97f285924b8a293952e67185d5d8a0cef2b7ad6080b34c4c4b233f335d6fb4d2.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/groqcloud%2Fgroqcloud-45aff5d28bf67a962a928a38a6cf90ae3034bc824d2e65036d8784643e4995db.yml
4 changes: 2 additions & 2 deletions src/resources/audio/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export interface TranslationCreateParams {
prompt?: string;

/**
* The format of the transcript output, in one of these options: `json`, `text`,
* `verbose_json`, or `vtt`.
* The format of the transcript output, in one of these options: `json`, `text`, or
* `verbose_json`.
*/
response_format?: 'json' | 'text' | 'verbose_json';

Expand Down

0 comments on commit 1cd7878

Please sign in to comment.