yarooze

Results 1 comments of yarooze

> Hi. How do I add proxy support? I tried it like this : $proxies = [ 'http' => 'http://login:pass@ip:port', ]; This works for me: ``` $client = \OpenAI::factory() ->withApiKey($apiKey)...