Skip to content

Commit 9b28d9d

Browse files
MAsuamahAssemblyAI
andauthored
chore: sync sdk code with DeepLearning repo (#186)
Co-authored-by: AssemblyAI <engineering.sdk@assemblyai.com>
1 parent 1c517c4 commit 9b28d9d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
1919
With a single API call, get access to AI models built on the latest AI breakthroughs to transcribe and understand audio and speech data securely at large scale.
2020

21-
> **⚠️ WARNING**
22-
> This SDK is intended for **testing and light usage only**. It is not recommended for use at scale or with production traffic. For best results, we recommend calling the AssemblyAI API directly via HTTP request. See our [official documentation](https://www.assemblyai.com/docs) for more information, including HTTP code examples.
23-
2421
# Overview
2522

2623
- [AssemblyAI's Python SDK](#assemblyais-python-sdk)

assemblyai/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,6 +2358,9 @@ class BaseTranscript(BaseModel):
23582358
temperature: Optional[float] = None
23592359
"Change how deterministic the response is, with 0 being the most deterministic and 1 being the least deterministic."
23602360

2361+
remove_audio_tags: Optional[str] = None
2362+
"When set to 'all', removes all bracketed audio/speaker tags (e.g. [MUSIC], [Speaker: A]) from the transcript. Only supported for Universal-3 Pro."
2363+
23612364
keyterms_prompt: Optional[List[str]] = None
23622365
"The list of key terms used to generate the transcript with the Slam-1 speech model. Can't be used together with `prompt`."
23632366

0 commit comments

Comments
 (0)