Ilia Zintchenko
Results
2
comments of
Ilia Zintchenko
same here!
this is the aiohttp class we are using to maximize throughput while this issue is open: ```python class OpenAISession: def __init__( self, api_key: str, ): self.api_key = api_key self.client =...