Azure-Samples / contoso-chat

This sample has the full End2End process of creating RAG application with Prompty and AI Studio. It includes GPT 3.5 Turbo LLM application code, evaluations, deployment automation with AZD CLI, GitHub actions for evaluation and deployment and intent mapping for multiple LLM task mapping.
MIT License
468 stars 2.88k forks source link

Models gpt-3.5-turbo, gpt-4, and text-embedding-ada-002 not available? #43

Closed nickcoast closed 10 months ago

nickcoast commented 10 months ago

I saw them yesterday, I'm sure. But now I don't see them. I don't know if it's an issue with the Sweden Central region or something else. image

EDIT: After getting no hint of the problem anywhere else, I decided, like a cornered wild animal, to frantically click on every button I could find on ai.azure.com. I came across the "Explore" tab, where I found the "Model Catalog". There, I searched for gpt-35-turbo and found this:

Screenshot 2024-01-12 at 9 53 15 PM

I shall now continue clicking haphazardly until I can figure out whether its my subscription, or the region, that is preventing me from using this resource. Unless anyone has any tips. Thanks!

nitya commented 10 months ago

Are you doing this in your own subscription or are you doing this in an instructor-led session (e.g., with Skillable)?

There are 2 possible reasons for this assuming you have access to Azure Open AI already.

  1. You are in a region that does not have that model available
  2. You are in a region that does have the model available - but you ran out of quota

Try going to https://ai.azure.com Log in with your subscription then click the Manage tab Note that there is a tab called Quota (screenshot below) If you pick your subscription. - you can then check if you have quota in a particular region (and it should also list the models available in a specific region).

image

If you do have quota in that region, but don't see the models to deploy then the other issue might be that your Azure AI resource is not connected to an Azure AI Services provider. But that is a different problem and you should not be seeing it if you went through a manual deployment of all resources.

nickcoast commented 10 months ago

Thanks! I was able to get it working. I had to fill out a long application form and wait for approval, which was pretty quick.

Azure has some other problems that made it hard to complete the tutorial, but I was able to do it eventually. Looking forward to experimenting with it.

nitya commented 10 months ago

Please do share any feedback on issues you saw (so we can add it to a Troubleshooting section for others as well). Glad to hear and look forward to more feedback.

@cassiebreviu - I think we can close this issue.