Skip to content

Commit 996a190

Browse files
committed
ref
1 parent 2d23c35 commit 996a190

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ai-bundle/config/options.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
->children()
4545
->scalarNode('host')->end()
4646
->scalarNode('api_key')->isRequired()->end()
47-
->scalarNode('output_path')->defaultValue('%kernel.project_dir%/var/eleven_labs')->isRequired()->end()
4847
->end()
4948
->end()
5049
->arrayNode('gemini')

src/ai-bundle/tests/DependencyInjection/AiBundleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ private function getFullConfig(): array
161161
'eleven_labs' => [
162162
'host' => 'https://api.elevenlabs.io/v1',
163163
'api_key' => 'eleven_labs_key_full',
164-
'output_path' => 'path/to/output',
165164
],
166165
'gemini' => [
167166
'api_key' => 'gemini_key_full',

0 commit comments

Comments
 (0)