Skip to content

Commit

Permalink
fix: transcribe_asr_python extension name (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Sep 3, 2024
1 parent 56d3b8e commit 1486c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agents/property.json
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@
{
"type": "extension",
"extension_group": "asr",
"addon": "transcribe_asr",
"addon": "transcribe_asr_python",
"name": "transcribe_asr",
"property": {
"region": "us-east-1",
Expand Down Expand Up @@ -2161,4 +2161,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EXTENSION_NAME = "transcribe_asr"
EXTENSION_NAME = "transcribe_asr_python"

0 comments on commit 1486c00

Please sign in to comment.