@elizaos/plugin-elevenlabs 1.0.2 → 1.0.3

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 (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-elevenlabs",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -76,6 +76,11 @@
76
76
  "ELEVENLABS_VOICE_USE_SPEAKER_BOOST": {
77
77
  "type": "string",
78
78
  "description": "Optional. Enhances speaker presence (true/false)."
79
+ },
80
+ "ELEVENLABS_XI_API_KEY": {
81
+ "type": "string",
82
+ "description": "Alternative environment variable for providing the ElevenLabs API key if ELEVENLABS_API_KEY is not set.",
83
+ "required": false
79
84
  }
80
85
  }
81
86
  },