Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 16 additions & 25 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ navigation:
- page: Change model and parameters
path: pages/04-lemur/customize-parameters.mdx
slug: /customize-parameters
hidden: true
- page: Apply LLMs to audio files
path: pages/04-lemur/apply-llms-to-audio-files.mdx
slug: /apply-llms-to-audio-files
Expand All @@ -253,7 +252,6 @@ navigation:
- page: Create custom LLM prompts
path: pages/04-lemur/examples.mdx
slug: /examples
hidden: true
- page: Prompt engineering
path: pages/04-lemur/improving-your-prompt.mdx
slug: /improving-your-prompt
Expand Down Expand Up @@ -697,22 +695,9 @@ navigation:
- page: Prompt A Structured Q&A Response Using LLM Gateway
path: pages/05-guides/cookbooks/lemur/task-endpoint-structured-QA.mdx
slug: task-endpoint-structured-QA
hidden: true
- page: Estimate Input Token Costs for LLM Gateway
path: pages/05-guides/cookbooks/lemur/counting-tokens.mdx
slug: counting-tokens
hidden: true
- section: Analyze Speakers with LLM Gateway
skip-slug: true
contents:
- page: Process Speaker Labels with LLM Gateways Custom Text Input Parameter
path: pages/05-guides/cookbooks/lemur/input-text-speaker-labels.mdx
slug: input-text-speaker-labels
hidden: true
- page: Identify Speaker Names From the Transcript Using LeMUR
path: pages/05-guides/cookbooks/lemur/speaker-identification.mdx
slug: speaker-identification
hidden: true
- section: Get quotes and citations with LLM Gateway
skip-slug: true
contents:
Expand All @@ -729,18 +714,12 @@ navigation:
- page: Generate Transcript Citations using LLM Gateway
path: pages/05-guides/cookbooks/lemur/lemur-transcript-citations.mdx
slug: lemur-transcript-citations
hidden: true
- section: Substitute Audio Intelligence with LLM Gateway
skip-slug: true
contents:
- page: Analyze The Sentiment Of A Customer Call using LLM Gateway
path: pages/05-guides/cookbooks/lemur/call-sentiment-analysis.mdx
slug: call-sentiment-analysis
hidden: true
- page: Boost Transcription Accuracy with LLM Gateway (LLM Gateway Custom Vocab)
path: pages/05-guides/cookbooks/lemur/custom-vocab-lemur.mdx
slug: custom-vocab-lemur
hidden: true
- page: Create Chapter Summaries with LeMURs Custom Text Input Parameter
path: pages/05-guides/cookbooks/lemur/input-text-chapters.mdx
slug: input-text-chapters
Expand All @@ -760,10 +739,6 @@ navigation:
- page: Implement a Sales Playbook Using LLM Gateway
path: pages/05-guides/cookbooks/lemur/sales-playbook.mdx
slug: sales-playbook
- page: Pass Context from Previous LLM Gateway Requests
path: pages/05-guides/cookbooks/lemur/past-response-prompts.mdx
slug: past-response-prompts
hidden: true
- page: Generate Meeting Action Items with LeMUR
path: pages/05-guides/generate-meeting-action-items-with-lemur.mdx
slug: generate-meeting-action-items-with-lemur
Expand Down Expand Up @@ -799,6 +774,22 @@ navigation:
href: /docs/guides/speechmatics_to_aai_streaming

# Legacy guides
- page: Process Speaker Labels with LeMURs Custom Text Input Parameter
path: pages/05-guides/cookbooks/lemur/input-text-speaker-labels.mdx
slug: input-text-speaker-labels
hidden: true
- page: Identify Speaker Names From the Transcript Using LeMUR
path: pages/05-guides/cookbooks/lemur/speaker-identification.mdx
slug: speaker-identification
hidden: true
- page: Pass Context from Previous LeMUR Requests
path: pages/05-guides/cookbooks/lemur/past-response-prompts.mdx
slug: past-response-prompts
hidden: true
- page: Boost Transcription Accuracy with LeMUR (LeMUR Custom Vocab)
path: pages/05-guides/cookbooks/lemur/custom-vocab-lemur.mdx
slug: custom-vocab-lemur
hidden: true
- page: Automatic Language Detection Workflow
path: pages/05-guides/automatic-language-detection-workflow.mdx
hidden: true
Expand Down
Loading
Loading