We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3bae4 commit 9413b3dCopy full SHA for 9413b3d
transcribe_me/audio/transcription.py
@@ -82,6 +82,7 @@ def transcribe_with_assemblyai(
82
Transcribe an audio file using AssemblyAI.
83
"""
84
transcription_config = aai.TranscriptionConfig(
85
+ speech_model=aai.SpeechModel.nano,
86
speaker_labels=True,
87
summarization=True,
88
sentiment_analysis=True,
0 commit comments