Skip to content

Commit

Permalink
feat(api): api update (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 15, 2024
1 parent c32a996 commit fde3a90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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-2e2427d7a1c97af4cb989c736fabccf1531532dd3487d330c851db96d6c5da1c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/groqcloud%2Fgroqcloud-98874226a7dcad763f5fb96534de25a43f9187733a5293fa278b0b61bf71a9b3.yml
2 changes: 2 additions & 0 deletions src/groq/resources/audio/transcriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def create(
"da",
"hu",
"ta",
"no",
"th",
"ur",
"hr",
Expand Down Expand Up @@ -295,6 +296,7 @@ async def create(
"da",
"hu",
"ta",
"no",
"th",
"ur",
"hr",
Expand Down
1 change: 1 addition & 0 deletions src/groq/types/audio/transcription_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class TranscriptionCreateParams(TypedDict, total=False):
"da",
"hu",
"ta",
"no",
"th",
"ur",
"hr",
Expand Down

0 comments on commit fde3a90

Please # to comment.