|
80 | 80 | "optIn": true |
81 | 81 | }, |
82 | 82 | { |
83 | | - "id": "channels.discord.accounts.*.voice.tts.elevenlabs.apiKey", |
| 83 | + "id": "channels.discord.accounts.*.voice.tts.providers.*.apiKey", |
84 | 84 | "configFile": "openclaw.json", |
85 | | - "path": "channels.discord.accounts.*.voice.tts.elevenlabs.apiKey", |
86 | | - "secretShape": "secret_input", |
87 | | - "optIn": true |
88 | | - }, |
89 | | - { |
90 | | - "id": "channels.discord.accounts.*.voice.tts.openai.apiKey", |
91 | | - "configFile": "openclaw.json", |
92 | | - "path": "channels.discord.accounts.*.voice.tts.openai.apiKey", |
| 85 | + "path": "channels.discord.accounts.*.voice.tts.providers.*.apiKey", |
93 | 86 | "secretShape": "secret_input", |
94 | 87 | "optIn": true |
95 | 88 | }, |
|
108 | 101 | "optIn": true |
109 | 102 | }, |
110 | 103 | { |
111 | | - "id": "channels.discord.voice.tts.elevenlabs.apiKey", |
| 104 | + "id": "channels.discord.voice.tts.providers.*.apiKey", |
112 | 105 | "configFile": "openclaw.json", |
113 | | - "path": "channels.discord.voice.tts.elevenlabs.apiKey", |
114 | | - "secretShape": "secret_input", |
115 | | - "optIn": true |
116 | | - }, |
117 | | - { |
118 | | - "id": "channels.discord.voice.tts.openai.apiKey", |
119 | | - "configFile": "openclaw.json", |
120 | | - "path": "channels.discord.voice.tts.openai.apiKey", |
| 106 | + "path": "channels.discord.voice.tts.providers.*.apiKey", |
121 | 107 | "secretShape": "secret_input", |
122 | 108 | "optIn": true |
123 | 109 | }, |
|
420 | 406 | "optIn": true |
421 | 407 | }, |
422 | 408 | { |
423 | | - "id": "messages.tts.elevenlabs.apiKey", |
424 | | - "configFile": "openclaw.json", |
425 | | - "path": "messages.tts.elevenlabs.apiKey", |
426 | | - "secretShape": "secret_input", |
427 | | - "optIn": true |
428 | | - }, |
429 | | - { |
430 | | - "id": "messages.tts.openai.apiKey", |
| 409 | + "id": "messages.tts.providers.*.apiKey", |
431 | 410 | "configFile": "openclaw.json", |
432 | | - "path": "messages.tts.openai.apiKey", |
| 411 | + "path": "messages.tts.providers.*.apiKey", |
433 | 412 | "secretShape": "secret_input", |
434 | 413 | "optIn": true |
435 | 414 | }, |
|
0 commit comments