From 11c34aa6fcf22cfb1e9bb55d6bbd139f74d641e5 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 13 Apr 2023 13:13:43 -0400 Subject: [PATCH] dont restrict deepgram tier --- specs.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/specs.json b/specs.json index f3a8d41..4fe77fc 100644 --- a/specs.json +++ b/specs.json @@ -603,13 +603,7 @@ "deepgramOptions": { "properties": { "apiKey": "string", - "tier": { - "type": "string", - "enum": [ - "enhanced", - "base" - ] - }, + "tier": "string", "model": "string", "customModel": "string", "version": "string",