Add new region parameter to Gladia
This commit is contained in:
committed by
Mark Backman
parent
ac6b59cae2
commit
a80002d3bd
@@ -47,6 +47,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
||||
|
||||
stt = GladiaSTTService(
|
||||
api_key=os.getenv("GLADIA_API_KEY"),
|
||||
region=os.getenv("GLADIA_REGION"),
|
||||
# live_options=LiveOptions(language=Language.FR),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user