Skip to content

Commit

Permalink
Assistant v2 update (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
huangdijia and huangdijia committed May 29, 2024
1 parent d34efc6 commit 439dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __invoke(ContainerInterface $container)
->withBaseUri($baseUri)
->withApiKey($apiKey)
->withOrganization($organization)
->withHttpHeader('OpenAI-Beta', 'assistants=v1')
->withHttpHeader('OpenAI-Beta', 'assistants=v2')
->withHttpClient($httpClient)
->make();
}
Expand Down

0 comments on commit 439dbe7

Please sign in to comment.