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 da74d65 commit 4e03accCopy full SHA for 4e03acc
src/Resources/config/services.php
@@ -17,7 +17,7 @@
17
->set(Factory::class)
18
->factory([OpenAI::class, 'factory'])
19
->call('withHttpClient', [service('openai.http_client')])
20
- ->call('withHttpHeader', ['OpenAI-Beta' , 'assistants=v1'])
+ ->call('withHttpHeader', ['OpenAI-Beta', 'assistants=v1'])
21
22
->set(Client::class)
23
->factory([service(Factory::class), 'make'])
0 commit comments