We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d23c35 commit 996a190Copy full SHA for 996a190
src/ai-bundle/config/options.php
@@ -44,7 +44,6 @@
44
->children()
45
->scalarNode('host')->end()
46
->scalarNode('api_key')->isRequired()->end()
47
- ->scalarNode('output_path')->defaultValue('%kernel.project_dir%/var/eleven_labs')->isRequired()->end()
48
->end()
49
50
->arrayNode('gemini')
src/ai-bundle/tests/DependencyInjection/AiBundleTest.php
@@ -161,7 +161,6 @@ private function getFullConfig(): array
161
'eleven_labs' => [
162
'host' => 'https://api.elevenlabs.io/v1',
163
'api_key' => 'eleven_labs_key_full',
164
- 'output_path' => 'path/to/output',
165
],
166
'gemini' => [
167
'api_key' => 'gemini_key_full',
0 commit comments