@elizaos/plugin-elevenlabs 1.0.2 → 1.0.4

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 +2 -39
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.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -40,44 +40,7 @@
40
40
  },
41
41
  "agentConfig": {
42
42
  "pluginType": "elizaos:plugin:1.0.0",
43
- "pluginParameters": {
44
- "ELEVENLABS_API_KEY": {
45
- "type": "string",
46
- "description": "API key for ElevenLabs."
47
- },
48
- "ELEVENLABS_VOICE_ID": {
49
- "type": "string",
50
- "description": "Optional. Voice selection ID."
51
- },
52
- "ELEVENLABS_MODEL_ID": {
53
- "type": "string",
54
- "description": "Optional. Speech model ID."
55
- },
56
- "ELEVENLABS_VOICE_STABILITY": {
57
- "type": "string",
58
- "description": "Optional. Controls voice stability."
59
- },
60
- "ELEVENLABS_OPTIMIZE_STREAMING_LATENCY": {
61
- "type": "string",
62
- "description": "Optional. Adjusts streaming latency."
63
- },
64
- "ELEVENLABS_OUTPUT_FORMAT": {
65
- "type": "string",
66
- "description": "Optional. Output format (e.g., pcm_16000)."
67
- },
68
- "ELEVENLABS_VOICE_SIMILARITY_BOOST": {
69
- "type": "string",
70
- "description": "Optional. Adjusts similarity to the reference voice (0-1)."
71
- },
72
- "ELEVENLABS_VOICE_STYLE": {
73
- "type": "string",
74
- "description": "Optional. Controls voice style intensity (0-1)."
75
- },
76
- "ELEVENLABS_VOICE_USE_SPEAKER_BOOST": {
77
- "type": "string",
78
- "description": "Optional. Enhances speaker presence (true/false)."
79
- }
80
- }
43
+ "pluginParameters": {}
81
44
  },
82
45
  "gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
83
46
  "devDependencies": {