Skip to content

Commit fdd8f9a

Browse files
Update OpenAI.php
1 parent 7bb1b67 commit fdd8f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenAI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static function client(string $apiKey, ?string $organization = null, ?st
1616
->withApiKey($apiKey)
1717
->withOrganization($organization)
1818
->withProject($project)
19-
->withHttpHeader('OpenAI-Beta', 'assistants=v1')
19+
->withHttpHeader('OpenAI-Beta', 'assistants=v2')
2020
->make();
2121
}
2222

0 commit comments

Comments
 (0)