Sunday, July 9, 2023

How to get started with GPT-35-Turbo and GPT-4 with Azure OpenAI Service

Prerequisites

An Azure subscription - Create one for free.


Access granted to Azure OpenAI in the desired Azure subscription.


Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at https://aka.ms/oai/access. Open an issue on this repo to contact us if you have an issue.


An Azure OpenAI Service resource with either the gpt-35-turbo or the gpt-41 models deployed. For more information about model deployment, see the resource deployment guide.


1 GPT-4 models are currently only available by request. To access these models, existing Azure OpenAI customers can apply for access by filling out this form.



Navigate to Azure OpenAI Studio at https://oai.azure.com/ and sign-in with credentials that have access to your OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.


From the Azure OpenAI Studio landing page, select Chat playground.


Playground

Start exploring OpenAI capabilities with a no-code approach through the Azure OpenAI Studio Chat playground. From this page, you can quickly iterate and experiment with the capabilities.




Now below were the practicals 


1. Signup for account. 

Gave in the email details, I already seemed to have the credentials 

It asked for Subscription ID which is associated with the Company = This one I did not have really! 


Other than that without the subscription, it shows as below 






Thank you for your interest in Azure OpenAI Service. Please submit this form to register for approval to access and use Azure OpenAI’s Limited Access text and code and/or DALL·E 2 text to image models (as indicated in the form). All use cases must be registered.  Azure OpenAI Service requires registration and is currently only available to approved enterprise customers and partners. Learn more about limited access to Azure OpenAI Service here. 


Limited access scenarios: When evaluating which scenarios to onboard, we consider who will directly interact with the application, who will see the output of the application, whether the application will be used in a high-stakes domain (e.g., medical), and the extent to which the application’s capabilities are tightly scoped. In general, applications in high stakes domains will require additional mitigations and are more likely to be approved for applications with internal-only users and internal-only audiences. Applications with broad possible uses, including content generation capabilities, are more likely to be approved if 1) the domain is not high stakes and users are authenticated or 2) in the case of high stakes domains, anyone who views or interacts with the content is internal to your company.  



There is a high chance of the form getting rejected due to either of the below 


Possible causes for a denied application: 

1) You are not an approved enterprise customer. Learn more here

2) Application submitted with personal email (Example: @gmail.com, @yahoo.com, @hotmail.com, etc.)  




references:

https://learn.microsoft.com/en-us/azure/cognitive-services/openai/chatgpt-quickstart?pivots=programming-language-studio&tabs=command-line


No comments:

Post a Comment