79244143

Date: 2024-12-02 12:51:41
Score: 1
Natty:
Report link

Error AsyncClient.init() got an unexpected keyword argument 'proxies'

The models internally use a library like httpx for HTTP requests. The proxies argument be incorrectly passed due to outdated or mismatched library versions.

Azure AI Foundry might include a pre-configured script or template that assumes proxy usage and incorrectly adds a proxies argument.

Go to Foundry's Networking or Configuration section in the Azure portal. Disable Proxy Settings at Foundry Level

Add openai==1.55.3 to your requirements.txt to lock the version and avoid unintended issues caused by future updates please check this link and also refer this.

Reasons:
  • Blacklisted phrase (1): please check this
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Suresh Chikkam