Open lukepighetti opened 5 months ago
It looks like the key is a global setting via a static class setter OpenAI.apiKey = 'foo'
OpenAI.apiKey = 'foo'
Is there any way to create multiple OpenAI clients using different API keys?
This other client supports your use case:
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?