You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The adapter currently use both aiohttpx and httpx (indirectly via openai library).
It would be great to use only one http client. Otherwise, code uniformity suffers, especially, one of the tests with disparate mocking via aioresponses and respx.
The text was updated successfully, but these errors were encountered:
The adapter currently use both
aiohttpx
andhttpx
(indirectly viaopenai
library).It would be great to use only one http client. Otherwise, code uniformity suffers, especially, one of the tests with disparate mocking via
aioresponses
andrespx
.The text was updated successfully, but these errors were encountered: