Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fdd8f9a

Browse filesBrowse files
Update OpenAI.php
1 parent 7bb1b67 commit fdd8f9a
Copy full SHA for fdd8f9a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/OpenAI.php‎

Copy file name to clipboardExpand all lines: src/OpenAI.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.