Skip to content

chore(lemur): update messaging for EU endpoint support to include LeMUR #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 0 additions & 8 deletions fern/.definition/lemur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ service:
auth: true
display-name: Retrieve LeMUR response
docs: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Retrieve a LeMUR response that was previously generated.
errors:
- root.BadRequestError
Expand Down Expand Up @@ -311,8 +310,6 @@ service:
auth: true
display-name: Purge LeMUR request data
docs: >
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>

Delete the data for a previously submitted LeMUR request.

The LLM response data, as well as any context provided in the original
Expand Down Expand Up @@ -351,8 +348,6 @@ service:
auth: true
display-name: Ask questions using LeMUR
docs: >
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>

Question & Answer allows you to ask free-form questions about a single
transcript or a group of transcripts.

Expand Down Expand Up @@ -418,8 +413,6 @@ service:
auth: true
display-name: Summarize a transcript using LeMUR
docs: >
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>

Custom Summary allows you to distill a piece of audio into a few
impactful sentences.

Expand Down Expand Up @@ -501,7 +494,6 @@ service:
auth: true
display-name: Run a task using LeMUR
docs: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Use the LeMUR task endpoint to input your own LLM prompt.
errors:
- root.BadRequestError
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Select the region"
The default region is US, with base URL `api.assemblyai.com`. For EU data residency requirements, you can use our base URL for EU at `api.eu.assemblyai.com`.

<Note>
The base URL for EU is currently only available for Async transcription.
The base URL for EU is currently only available for Async transcription and LeMUR.
</Note>

| Region | Base URL |
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/02-speech-to-text/speech-recognition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ For a list of the supported languages for each model, see [Supported languages](
The default region is US, with base URL `api.assemblyai.com`. For EU data residency requirements, you can use our base URL for EU at `api.eu.assemblyai.com`.

<Note>
The base URL for EU is currently only available for Async transcription.
The base URL for EU is currently only available for Async transcription and LeMUR.
</Note>

| Region | Base URL |
Expand Down
10 changes: 5 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@
"post": {
"tags": ["LeMUR"],
"summary": "Run a task using LeMUR",
"description": "<Warning>LeMUR is currently not available on the EU endpoint.</Warning>\nUse the LeMUR task endpoint to input your own LLM prompt.\n",
"description": "Use the LeMUR task endpoint to input your own LLM prompt.\n",
"operationId": "lemurTask",
"x-fern-sdk-group-name": "lemur",
"x-fern-sdk-method-name": "task",
Expand Down Expand Up @@ -929,7 +929,7 @@
"post": {
"tags": ["LeMUR"],
"summary": "Summarize a transcript using LeMUR",
"description": "<Warning>LeMUR is currently not available on the EU endpoint.</Warning>\nCustom Summary allows you to distill a piece of audio into a few impactful sentences.\nYou can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.\n",
"description": "Custom Summary allows you to distill a piece of audio into a few impactful sentences.\nYou can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.\n",
"operationId": "lemurSummary",
"x-fern-sdk-group-name": "lemur",
"x-fern-sdk-method-name": "summary",
Expand Down Expand Up @@ -1009,7 +1009,7 @@
"post": {
"tags": ["LeMUR"],
"summary": "Ask questions using LeMUR",
"description": "<Warning>LeMUR is currently not available on the EU endpoint.</Warning>\nQuestion & Answer allows you to ask free-form questions about a single transcript or a group of transcripts.\nThe questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered.\n",
"description": "Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts.\nThe questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered.\n",
"operationId": "lemurQuestionAnswer",
"x-fern-sdk-group-name": "lemur",
"x-fern-sdk-method-name": "questionAnswer",
Expand Down Expand Up @@ -1089,7 +1089,7 @@
"get": {
"tags": ["LeMUR"],
"summary": "Retrieve LeMUR response",
"description": "<Warning>LeMUR is currently not available on the EU endpoint.</Warning>\nRetrieve a LeMUR response that was previously generated.\n",
"description": "Retrieve a LeMUR response that was previously generated.\n",
"operationId": "getLemurResponse",
"x-fern-sdk-group-name": "lemur",
"x-fern-sdk-method-name": "getResponse",
Expand Down Expand Up @@ -1143,7 +1143,7 @@
"delete": {
"tags": ["LeMUR"],
"summary": "Purge LeMUR request data",
"description": "<Warning>LeMUR is currently not available on the EU endpoint.</Warning>\nDelete the data for a previously submitted LeMUR request.\nThe LLM response data, as well as any context provided in the original request will be removed.\n",
"description": "Delete the data for a previously submitted LeMUR request.\nThe LLM response data, as well as any context provided in the original request will be removed.\n",
"operationId": "purgeLemurRequestData",
"x-fern-sdk-group-name": "lemur",
"x-fern-sdk-method-name": "purgeRequestData",
Expand Down
5 changes: 0 additions & 5 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ paths:
- LeMUR
summary: Run a task using LeMUR
description: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Use the LeMUR task endpoint to input your own LLM prompt.
operationId: lemurTask
x-fern-sdk-group-name: lemur
Expand Down Expand Up @@ -695,7 +694,6 @@ paths:
- LeMUR
summary: Summarize a transcript using LeMUR
description: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Custom Summary allows you to distill a piece of audio into a few impactful sentences.
You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
operationId: lemurSummary
Expand Down Expand Up @@ -753,7 +751,6 @@ paths:
- LeMUR
summary: Ask questions using LeMUR
description: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts.
The questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered.
operationId: lemurQuestionAnswer
Expand Down Expand Up @@ -867,7 +864,6 @@ paths:
- LeMUR
summary: Retrieve LeMUR response
description: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Retrieve a LeMUR response that was previously generated.
operationId: getLemurResponse
x-fern-sdk-group-name: lemur
Expand Down Expand Up @@ -909,7 +905,6 @@ paths:
- LeMUR
summary: Purge LeMUR request data
description: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Delete the data for a previously submitted LeMUR request.
The LLM response data, as well as any context provided in the original request will be removed.
operationId: purgeLemurRequestData
Expand Down
Loading