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 a231805 commit 902a62fCopy full SHA for 902a62f
src/ServiceProvider.php
@@ -35,7 +35,6 @@ public function register(): void
35
$client = OpenAI::factory()
36
->withApiKey($apiKey)
37
->withOrganization($organization)
38
- ->withHttpHeader('OpenAI-Beta', 'assistants=v2')
39
->withHttpClient(new \GuzzleHttp\Client(['timeout' => config('openai.request_timeout', 30)]));
40
41
if (is_string($project)) {
0 commit comments