When trying to use any of the gpt-3.5-turbo translator, an error is displayed:
"error
Client.init() got an unexpected keyword argument 'proxies'"
Possibly The Client.init() got an unexpected keyword argument 'proxies' error occurs because when creating an OpenAI client, the code passes the proxies parameter, and the init method of this class does not support such an argument.
When trying to use any of the gpt-3.5-turbo translator, an error is displayed:
"error
Client.init() got an unexpected keyword argument 'proxies'"
Possibly The Client.init() got an unexpected keyword argument 'proxies' error occurs because when creating an OpenAI client, the code passes the proxies parameter, and the init method of this class does not support such an argument.