Skip to content

Commit 7c6f906

Browse files
m-odsa-dinoto
andauthored
chores: lemur purge + api spec changes (#476)
* remove references to lemur * update api specs with new streaming parameters * fix: minor edits * hide page link istead of delete * hide link instead of delete --------- Co-authored-by: Amanda DiNoto <adinoto@assemblyai.com>
1 parent 52bc387 commit 7c6f906

28 files changed

+95
-85
lines changed

fern/cookbooks/core-transcription/migration_guides/oai_to_aai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Key differences:
7373
- With AssemblyAI, timestamp granularity is word-level by default
7474
- The results for Speaker Diarization are stored in `transcript.utterances`. To see the full transcript response object, refer to our [API Reference](https://www.assemblyai.com/docs/api-reference).
7575
- Check our [documentation](https://www.assemblyai.com/docs/audio-intelligence) for our full list of available features and their parameters
76-
- If you want to send a custom prompt to the LLM, you can use [LeMUR Task](https://www.assemblyai.com/docs/lemur/examples) and apply the model to your transcribed audio files.
76+
- If you want to send a custom prompt to an LLM, you can use [LLM Gateway](/docs/llm-gateway/overview) to apply the model to your transcribed audio files.

fern/cookbooks/core-transcription/schedule_delete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AAI_API_TOKEN = ""
2323

2424
**Make sure not to share this token with anyone** - it is a private key associated uniquely to your account.
2525

26-
Next, we'll install the AssemblyAI Python SDK, which will allow us to easily use LeMUR in just a few lines of code.
26+
Next, we'll install the AssemblyAI Python SDK.
2727

2828
```python
2929
!pip install "assemblyai"

fern/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ navigation:
550550
- section: Automatic Language Detection
551551
skip-slug: true
552552
contents:
553-
- page: Automatic Language Detection Workflow
554-
path: pages/05-guides/automatic-language-detection-workflow.mdx
553+
# - page: Automatic Language Detection Workflow
554+
# path: pages/05-guides/automatic-language-detection-workflow.mdx
555555
- page: Use Automatic Language Detection as a Separate Step From Transcription
556556
path: pages/05-guides/cookbooks/core-transcription/automatic-language-detection-separate.mdx
557557
slug: automatic-language-detection-separate
@@ -758,6 +758,7 @@ navigation:
758758
- page: Generate Transcript Citations using LLM Gateway
759759
path: pages/05-guides/cookbooks/lemur/lemur-transcript-citations.mdx
760760
slug: lemur-transcript-citations
761+
hidden: true
761762
- section: Substitute Audio Intelligence with LLM Gateway
762763
skip-slug: true
763764
contents:

fern/pages/01-getting-started/transcribe-an-audio-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ Want to learn more?
957957

958958
- For more ways to analyze your audio data, explore our [Audio Intelligence models](/audio-intelligence).
959959
- If you want to transcribe audio in real-time, see [Transcribe streaming audio from a microphone](/getting-started/transcribe-streaming-audio).
960-
- To search, summarize, and ask questions on your transcripts with LLMs, see [LeMUR](/lemur).
960+
- To search, summarize, and ask questions on your transcripts with LLMs, see [LLM Gateway](/docs/llm-gateway/overview).
961961

962962
## Need some help?
963963

fern/pages/01-getting-started/transcribe-an-audio-file/csharp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Want to learn more?
379379

380380
- For more ways to analyze your audio data, explore our [Audio Intelligence models](/audio-intelligence).
381381
- If you want to transcribe audio in real-time, see [Transcribe streaming audio from a microphone](/getting-started/transcribe-streaming-audio).
382-
- To search, summarize, and ask questions on your transcripts with LLMs, see [LeMUR](/lemur).
382+
- To search, summarize, and ask questions on your transcripts with LLMs, see [LLM Gateway](/docs/llm-gateway/overview).
383383

384384
## Need some help?
385385

fern/pages/01-getting-started/transcribe-an-audio-file/javascript.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ transcribe();
140140
## Before you begin
141141

142142
To complete this tutorial, you need <a href="https://www.assemblyai.com/dashboard/signup" target="_blank">
143-
{" "}
144-
a free AssemblyAI account
143+
{" "}
144+
a free AssemblyAI account
145+
145146
</a>
146147
.
147148

@@ -521,7 +522,7 @@ Want to learn more?
521522
522523
- For more ways to analyze your audio data, explore our [Audio Intelligence models](/audio-intelligence).
523524
- If you want to transcribe audio in real-time, see [Transcribe streaming audio from a microphone](/getting-started/transcribe-streaming-audio).
524-
- To search, summarize, and ask questions on your transcripts with LLMs, see [LeMUR](/lemur).
525+
- To search, summarize, and ask questions on your transcripts with LLMs, see [LLM Gateway](/docs/llm-gateway/overview).
525526
526527
## Need some help?
527528

fern/pages/01-getting-started/transcribe-an-audio-file/php.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Want to learn more?
335335

336336
- For more ways to analyze your audio data, explore our [Audio Intelligence models](/audio-intelligence).
337337
- If you want to transcribe audio in real-time, see [Transcribe streaming audio from a microphone](/getting-started/transcribe-streaming-audio).
338-
- To search, summarize, and ask questions on your transcripts with LLMs, see [LeMUR](/lemur).
338+
- To search, summarize, and ask questions on your transcripts with LLMs, see [LLM Gateway](/docs/llm-gateway/overview).
339339

340340
## Need some help?
341341

fern/pages/01-getting-started/transcribe-an-audio-file/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Want to learn more?
462462

463463
- For more ways to analyze your audio data, explore our [Audio Intelligence models](/audio-intelligence).
464464
- If you want to transcribe audio in real-time, see [Transcribe streaming audio from a microphone](/getting-started/transcribe-streaming-audio).
465-
- To search, summarize, and ask questions on your transcripts with LLMs, see [LeMUR](/lemur).
465+
- To search, summarize, and ask questions on your transcripts with LLMs, see [LLM Gateway](/docs/llm-gateway/overview).
466466

467467
## Need some help?
468468

fern/pages/01-getting-started/transcribe-an-audio-file/ruby.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Want to learn more?
324324

325325
- For more ways to analyze your audio data, explore our [Audio Intelligence models](/audio-intelligence).
326326
- If you want to transcribe audio in real-time, see [Transcribe streaming audio from a microphone](/getting-started/transcribe-streaming-audio).
327-
- To search, summarize, and ask questions on your transcripts with LLMs, see [LeMUR](/lemur).
327+
- To search, summarize, and ask questions on your transcripts with LLMs, see [LLM Gateway](/docs/llm-gateway/overview).
328328

329329
## Need some help?
330330

fern/pages/01-getting-started/transcribe-an-audio-file2.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const client = new AssemblyAI({
106106
const audioFile = "https://assembly.ai/sports_injuries.mp3";
107107

108108
const params = {
109-
audio: audioFile
109+
audio: audioFile,
110110
};
111111

112112
const run = async () => {
@@ -157,7 +157,7 @@ async function transcribe() {
157157
*/
158158

159159
const data = {
160-
audio_url: audioFile // For local files use: audio_url: uploadUrl
160+
audio_url: audioFile, // For local files use: audio_url: uploadUrl
161161
};
162162

163163
const url = `${baseUrl}/v2/transcript`;
@@ -204,7 +204,9 @@ transcribe();
204204
To complete this tutorial, you need:
205205

206206
- If opting to use the Python or Python SDK code, you will need [Python](https://www.python.org/) installed.
207-
- <a href="https://www.assemblyai.com/dashboard/signup" target="_blank">A free AssemblyAI account.</a>
207+
- <a href="https://www.assemblyai.com/dashboard/signup" target="_blank">
208+
A free AssemblyAI account.
209+
</a>
208210

209211
## Step 1: Install the necessary libraries
210212

@@ -779,7 +781,7 @@ Want to learn more?
779781
780782
- For more ways to analyze your audio data, explore our [Audio Intelligence models](/audio-intelligence).
781783
- If you want to transcribe audio in real-time, see [Transcribe streaming audio from a microphone](/getting-started/transcribe-streaming-audio).
782-
- To search, summarize, and ask questions on your transcripts with LLMs, see [LeMUR](/lemur).
784+
- To search, summarize, and ask questions on your transcripts with LLMs, see [LLM Gateway](/docs/llm-gateway/overview).
783785
784786
## Need some help?
785787

0 commit comments

Comments
 (0)