Skip to content

Commit 2d1e479

Browse files
authored
Update README.md (#180)
1 parent 308b5ce commit 2d1e479

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ print(transcript.text)
909909

910910
### Retrieving Multiple Transcripts as a Group
911911

912-
You can also retrieve multiple existing transcripts and combine them into a single `TranscriptGroup` object. This allows you to perform operations on the transcript group as a single unit, such as querying the combined transcripts with LeMUR.
912+
You can also retrieve multiple existing transcripts and combine them into a single `TranscriptGroup` object. This allows you to perform operations on the transcript group as a single unit.
913913

914914
```python
915915
import assemblyai as aai
@@ -919,9 +919,6 @@ aai.settings.api_key = "YOUR_API_KEY"
919919

920920
transcript_group = aai.TranscriptGroup.get_by_ids(["<TRANSCRIPT_ID_1>", "<TRANSCRIPT_ID_2>"])
921921

922-
summary = transcript_group.lemur.summarize(context="Customers asking for cars", answer_format="TLDR")
923-
924-
print(summary)
925922
```
926923

927924
### Retrieving Transcripts Asynchronously

0 commit comments

Comments
 (0)