Learn how to summarize your audio using LeMUR
transcript.lemur.task()
. The underlying transcript
is automatically used as additional context for the model.
transcript.lemur.summarize()
.
You can add additional context to provide information that is not explicitly referenced in the audio data, as well as specify an answer format. For this, use the optional parameters context
and answer_format
.
Use case | Example prompt |
---|---|
Summaries | ”Summarize key decisions and important points from the phone call transcript” |
Summarize audio segments | ”Summarize the key events of each chapter” |