addresses #340 and #331

This commit is contained in:
Dave Horton
2023-05-08 12:13:12 -04:00
parent 9948592080
commit 9e612b3fe2
7 changed files with 2470 additions and 2174 deletions

View File

@@ -78,6 +78,10 @@ const speechMapper = (cred) => {
const o = JSON.parse(decrypt(credential));
obj.api_key = o.api_key;
}
else if ('nvidia' === obj.vendor) {
const o = JSON.parse(decrypt(credential));
obj.riva_server_uri = o.riva_server_uri;
}
else if (obj.vendor.startsWith('custom:')) {
const o = JSON.parse(decrypt(credential));
obj.auth_token = o.auth_token;