dont restrict deepgram models

This commit is contained in:
Dave Horton
2023-04-13 13:05:05 -04:00
parent 146f691890
commit 8f89bac676
2 changed files with 2 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023 jambonz Copyright (c) 2023 Drachtio Communications Services, LLC.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -610,19 +610,7 @@
"base" "base"
] ]
}, },
"model": { "model": "string",
"type": "string",
"enum": [
"general",
"meeting",
"phonecall",
"voicemail",
"finance",
"conversationalai",
"video",
"custom"
]
},
"customModel": "string", "customModel": "string",
"version": "string", "version": "string",
"punctuate": "boolean", "punctuate": "boolean",