It looks like the key is a global setting via a static class setter `OpenAI.apiKey = 'foo'` Is there any way to create multiple OpenAI clients using different API keys?
It looks like the key is a global setting via a static class setter
OpenAI.apiKey = 'foo'Is there any way to create multiple OpenAI clients using different API keys?