diff --git a/.stats.yml b/.stats.yml index d23e89e..37e3c10 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/groq/resources/audio/transcriptions.py b/src/groq/resources/audio/transcriptions.py index df3d9e9..1fbbef5 100644 --- a/src/groq/resources/audio/transcriptions.py +++ b/src/groq/resources/audio/transcriptions.py @@ -86,6 +86,7 @@ def create( "da", "hu", "ta", + "no", "th", "ur", "hr", @@ -295,6 +296,7 @@ async def create( "da", "hu", "ta", + "no", "th", "ur", "hr", diff --git a/src/groq/types/audio/transcription_create_params.py b/src/groq/types/audio/transcription_create_params.py index 9c09a17..f300076 100644 --- a/src/groq/types/audio/transcription_create_params.py +++ b/src/groq/types/audio/transcription_create_params.py @@ -52,6 +52,7 @@ class TranscriptionCreateParams(TypedDict, total=False): "da", "hu", "ta", + "no", "th", "ur", "hr",