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

Feature: Allow choose model in runtime (when creating the recognizer) #5

Open
kqkq opened this issue May 20, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@kqkq
Copy link

kqkq commented May 20, 2023

It's a common practice to use a tiny model for the streaming process. And use a larger model to get an accurate result when the full audio is received.

Can we add an option to choose the model when we create a recognizer? Then we can use 2 recognizers with different models to finish the job above.

@gtreshchev
Copy link
Owner

The current workflow involves selecting the language model once on the editor side and then using it on the packaged side. But your idea is great, as it allows for dynamic language model selection at runtime based on user preferences, thank you! I'll implement it at some point.

@gtreshchev gtreshchev added the enhancement New feature or request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants