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 ad92976 commit da74d65Copy full SHA for da74d65
src/Resources/config/services.php
@@ -17,6 +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'])
21
22
->set(Client::class)
23
->factory([service(Factory::class), 'make'])
0 commit comments