Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Horton
8ae7419b7a 0.0.16 2023-04-13 13:13:53 -04:00
Dave Horton
11c34aa6fc dont restrict deepgram tier 2023-04-13 13:13:43 -04:00
3 changed files with 4 additions and 10 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.15",
"version": "0.0.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/verb-specifications",
"version": "0.0.15",
"version": "0.0.16",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.15",
"version": "0.0.16",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {

View File

@@ -603,13 +603,7 @@
"deepgramOptions": {
"properties": {
"apiKey": "string",
"tier": {
"type": "string",
"enum": [
"enhanced",
"base"
]
},
"tier": "string",
"model": "string",
"customModel": "string",
"version": "string",