deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
175 stars 47 forks source link

Make `nova-2` and `aura-asteria-en` the Default Models #374

Closed dvonthenen closed 2 months ago

dvonthenen commented 2 months ago

Proposed changes

If a model is not specified, use nova-2 and aura-asteria-en as the default models for STT and TTS respectively. This is needed in order to make vocode integration a little easier, plus there isn't any inherent problem with defaulting to nova-2.

Also, updated all examples to use nova-2.

Tested to make sure the default is set correctly and examples still work.

Types of changes

What types of changes does your code introduce to the community Python SDK? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

NA