Skip to content

Commit 902a62f

Browse files
authored
fix(OpenAI): Remove assistants beta header (#175)
1 parent a231805 commit 902a62f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function register(): void
3535
$client = OpenAI::factory()
3636
->withApiKey($apiKey)
3737
->withOrganization($organization)
38-
->withHttpHeader('OpenAI-Beta', 'assistants=v2')
3938
->withHttpClient(new \GuzzleHttp\Client(['timeout' => config('openai.request_timeout', 30)]));
4039

4140
if (is_string($project)) {

0 commit comments

Comments
 (0)