Skip to content
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

Fix default tier and model in DeepgramTranscriberConfig #315

Closed
wants to merge 1 commit into from
Closed

Fix default tier and model in DeepgramTranscriberConfig #315

wants to merge 1 commit into from

Conversation

khryniewicz
Copy link
Contributor

The default value is incorrect in the DeepgramTranscriberConfig.

nova is a tier, not a model. This is also being used in vocode-python/vocode/streaming/models/telephony.py with those values.

Copy link
Contributor

@ajar98 ajar98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nova is also a model - see the quickstart[0]. In our telephony code we use model = phonecall and tier = nova, see [1]

[0] https://developers.deepgram.com/docs/nova-quickstart
[1] https://github.com/vocodedev/vocode-python/blob/0385062dd94bacd804f341fcdc9750087f8fe2ec/vocode/streaming/models/telephony.py#L113-L146

@ajar98 ajar98 closed this Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants