How can I test OpenAI Azure models with AutoGen etc?

Elja Placido De Oliveira 20 Reputation points
2024-09-17T11:45:26.8633333+00:00

Hi, reaching out from here because I couldnt submit support ticket! I started working with a new microsoft tech focused company in Finland called Tietokeskus and one of my areas of expertise is AI. How can I add credits so that I can test Azure OpenAI studio and its agents in simple AutoGen multiple agent workflows. I thought I went to developer portal and copied the API key from there / got it configured with autogen, but first message already returns "quota limit reached" flag.

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

Accepted answer
  1. YutongTie-MSFT 50,866 Reputation points
    2024-09-18T22:24:45.1933333+00:00

    Hello Elja Placido De Oliveira

    Thanks for reaching out to us, please try to increase your quota to see how it works as below screenshot -

    Screenshot of the quota UI of Azure AI Studio

    Since you mentioned you are not able to create a support ticket, do you mean you have no support plan to do so? If that the case, please try to increase the quota, if not work, I am happy to enable you a free support ticket for your case.

    Have a try and let us know how it works. I hope this helps.

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Amira Bedhiafi 23,251 Reputation points
    2024-09-18T21:57:49.96+00:00

    To resolve the "quota limit reached" issue and test Azure OpenAI models with AutoGen and other multiple agent workflows, follow these steps:

    1. Check Quota & Subscription:
      • Ensure that your Azure subscription has the necessary quota for Azure OpenAI services. Azure OpenAI often requires specific approval for usage, and your quota may be limited based on your plan.
      • Go to the Azure portal and navigate to the Azure OpenAI Service. Under "Usage + quotas," check your remaining quota and apply for an increase if necessary.
    2. Add Credits:
      • If you’re using a pay-as-you-go subscription or other free-tier Azure credits, make sure that you have added a valid payment method to your account.
      • Azure typically gives free credits for new users. However, additional credits can be purchased or added through the billing section of the Azure portal.
    3. Configure API & AutoGen:
      • Ensure the API key you copied is correct, and your service is properly configured. The API key should be added to your application settings or AutoGen configuration.
      • Double-check your configuration in Azure OpenAI Studio and ensure that your API key has the required permissions for the operations you’re testing.
    4. Agent Workflows (AutoGen):
      • In Azure OpenAI Studio, you can create and test multiple-agent workflows using AutoGen. Use the Studio to test small workflows before expanding into larger applications.
      • Ensure that you haven’t hit the rate limit by checking both your request volume and time window.

    Since you couldn't submit a support ticket, try reaching out to Azure Support through the Help + Support section in the Azure portal.

    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.