Thursday, December 5, 2024

OpenAI TypeError: Client.__init__() got an unexpected keyword argument 'proxies' error | Resolution

0 comments


TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

The issue with the proxies argument arises because it was deprecated in recent versions of OpenAI.


Solution

!pip install httpx==0.27.2

Restart the session

No comments:

Post a Comment