examples: rely on new daily default transcription settings
This commit is contained in:
@@ -278,8 +278,6 @@ async def main(room_url: str, token):
|
||||
pipeline,
|
||||
)
|
||||
|
||||
transport.transcription_settings["extra"]["endpointing"] = True
|
||||
transport.transcription_settings["extra"]["punctuate"] = True
|
||||
try:
|
||||
await asyncio.gather(transport.run(), storytime())
|
||||
except (asyncio.CancelledError, KeyboardInterrupt):
|
||||
|
||||
Reference in New Issue
Block a user