Results 1 comments of ircykk

You can create client manually with beta header: ```php $client = OpenAI::factory() ->withApiKey($apiKey) ->withOrganization($organization) ->withHttpHeader('OpenAI-Beta', 'assistants=v2') ->make(); ```` but it won't help because the class doesn't match the request/response