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

speech vendor names should be case insensitive #1016

Open
sammachin opened this issue Dec 30, 2024 · 0 comments
Open

speech vendor names should be case insensitive #1016

sammachin opened this issue Dec 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sammachin
Copy link
Contributor

Currently the vendor name in recogniser and synthisizer objects is case sensitive, by default all the built in providers we use lower case eg google microsoft however the lables in the web UI are capitalised.
This can lead to confusion when a developer capitalises the name in their verbs, and being a vendor name it is quite natural to capitalise it.

It is also hard to debug the errror as the alert message just says credentials not provided for $vendor name, see image
image

To avoid issues I think we should just .lowerCase the field on input.

@sammachin sammachin added the enhancement New feature or request label Dec 30, 2024
@sammachin sammachin transferred this issue from jambonz/jambonz-api-server Dec 30, 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

1 participant