Excellent software and practical tutorials
Use Azure OpenAI to deploy web application services in one click
Teach you how to use Azure OpenAI Build ChatGPTChatGPT has been severely banned for a long time. Azure OpenAI Service. Recently PLUS+GPT4 All of them are blocked. I took some time this afternoon to study Azure services and share them with you. AZure OpenAI services and APIs are still billed, and you can deploy a set of ChatGPT UIs. This has a free plan.
Official Website:https://azure.microsoft.com/zh-cn/products/cognitive-services/openai-service/
Preparations before deploying web application services:
1. Corporate mailbox
2. Credit card (domestic cards are supported, mobile banking is available App Apply for Visa/MasterCard)
As of 2023-07-25, if the information is true, the application will generally be approved the next day. A friend's company in Beijing was also approved, with no geographical restrictions.
Azure OpenAI one-click deployment of web application services
1. Log in to the Azure official website first. You can log in in the upper right corner of the URL just now. You can bind a credit card when registering. If you don’t activate the plan, you won’t be able to see the subscription ID later.
2. Search OpenAI directly in the search box, open it and click the + sign to create the OpenAI service. If nothing goes wrong, you will be reminded that you need to apply and will be given an application address.
3. Don't panic. Open the application address. You need to search for "Subscription" on the Azure page, find the yellow key icon, open it, and write down your subscription ID.
Then open the above address and fill in the company information application. Assuming your application is approved, you can follow step 2 to create the OpenAI service.
Azure OpenAI service features
Azure OpenAI comes with a ChatGPT farm that has a lot of features:
1. Code Generator
ChatGPT - Playground (can debug and train data) and code generator
2. One-click deployment of ChatGPT Web application (with free configuration)
The effect of deploying a Web application with one click (the default one is a bit ugly, you can modify the code yourself, remember to choose the free plan for deployment, 1G storage and 1G memory)
3. Training data and debugging parameters
"One-click deployment of ChatGPT web application" is similar to a simplified version of Bing chat.
This web application can be configured with authentication, you can add friends' email addresses or use a third party to log in.
The ChatGPT application is a web service that supports authentication
Interface differences: The interface of Azure OpenAI is slightly different from that of OpenAI. If you use a third-party open source UI, you can use a cf worker or proxy to convert it. You can refer to: