@absolutejs/voice-deepgram 0.0.20-beta.97 → 0.0.20-beta.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -419,7 +419,7 @@ var deepgram = (config) => ({
419
419
  }
420
420
  opened = true;
421
421
  clearOpenTimeout();
422
- const keepAliveEnabled = !String(config.model).startsWith("flux");
422
+ const keepAliveEnabled = config.keepAliveMs !== 0;
423
423
  while (pendingAudio.length > 0) {
424
424
  const next = pendingAudio.shift();
425
425
  if (next) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice-deepgram",
3
- "version": "0.0.20-beta.97",
3
+ "version": "0.0.20-beta.98",
4
4
  "description": "Deepgram speech-to-text adapter for @absolutejs/voice",
5
5
  "repository": {
6
6
  "type": "git",