From faa99cdce3a011d14fbf5d0f0bcb9a09ee0c092a Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Wed, 7 Feb 2024 08:29:55 -0500 Subject: [PATCH] modify deepgram onprem property names --- specs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index e76bcbf..5b5fe96 100644 --- a/specs.json +++ b/specs.json @@ -689,7 +689,8 @@ }, "deepgramOptions": { "properties": { - "deepgramUri": "string", + "deepgramSttUri": "string", + "deepgramSttUseTls": "boolean", "apiKey": "string", "tier": "string", "model": "string",