From fde3a90bf0d3d37dc46765198445becaf588ee96 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 02:36:06 +0000 Subject: [PATCH] feat(api): api update (#134) --- .stats.yml | 2 +- src/groq/resources/audio/transcriptions.py | 2 ++ src/groq/types/audio/transcription_create_params.py | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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",