How to resolve "AsyncClient.__init__() got an unexpected keyword argument 'proxies'" error when deploying Azure OpenAI model from AI Studio Chat Playground?

Himanshu Vaish 5 Reputation points
2024-12-02T19:26:54.83+00:00

User's image

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,734 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,179 questions
{count} votes

1 answer

Sort by: Most helpful
  1. navba-MSFT 27,470 Reputation points Microsoft Employee
    2024-12-04T16:04:53.5833333+00:00

    @Himanshu Vaish The below Pull Request has the fix for this issue:

    https://github.com/microsoft/sample-app-aoai-chatGPT/pull/1195

    .

    This PR is now merged and the OpenAI version is now changed to openai==1.55.3 in the requirements.txt.

    .

    Action Plan:

    The new Azure OpenAI webapp deployment from chat playground should have this issue fixed.

    .

    Hope this helps.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.