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 98853d6 commit 3b0f6e4Copy full SHA for 3b0f6e4
src/OpenAIBundle.php
@@ -33,8 +33,7 @@ public function configure(DefinitionConfigurator $definition): void
33
$children
34
->scalarNode('organization')
35
->info('OpenAI API Organization used to authenticate with the OpenAI API')
36
- ->defaultValue('%env(default::OPENAI_ORGANIZATION)%')
37
- ->info('');
+ ->defaultValue('%env(default::OPENAI_ORGANIZATION)%');
38
39
->scalarNode('project')
40
->defaultNull()
0 commit comments