... How to use ChatGPT to help you make a small program

How to use ChatGPT to help you make a small program


(I always feel that this article is posted late, ™ Mihuan 8 has been released)
I believe that the popularity of ChatGPT must be known to everyone in the past few months. 
Because ChatGPT can almost Complete all the capable things you can think of for you unless n't help it, its most outstanding ability is to write code, the logic of the written code is much stronger than mine, just recently many people asked me to publish a tutorial, So this article was born
. Choose the right GPT version
ChatGPT has been updated, the latest version is GPT4.0, and our commonly used "domestic free ChatGPT Chinese website" generally uses GPT3.5-Turbo or 3.0 Even for the following versions, it is very easy to test. Ask it "Can you learn and evolve continuously?" You can know that the
API of GPT3.5 and 3.0 is relatively easy to apply for successfully, but for GPT4.0, you can either use magic Go to the open official website to register an account or go over the wall to apply for New Bing, I will not talk about the application tutorial.
so I recommend a few GPT3.5Turbo that can be used for free below
1. Valley of the Gods
2. Official Mitan Developed tools (only available to community authors or individual applications)
3. https://laicj.cn/
4. Game AI
5. https://chat.wuguokai.cn/#/
6. https://chat21. easy. me/
7.https://chat11.yqcloud.top
8. https://chat.extkj.cn/
9. I feel that the interface of this GPT is very good-looking. How to ask questions and modify For example, if you want to make a battery housekeeper applet, you can ask "What are the functions of a battery housekeeper applet in a system that is not connected to the Internet and lacks APIs? " Intuitive judgment, screen out the functions that can be done and write them down in a small notebook. 3. Choose a code editor Although we don’t need to write the code ourselves, you have to put the code written by GPT in it. Don’t tell me you use Notepad here. Well, choose Vscode on the computer side, and the web version on the mobile phone. 4. Generate a detailed UI design draft. You just say, help me design a design draft of the xxx applet. The screen size is 192*490, and the function is the content in the small book. Give the specific position of each control, do not need CSS, only need to formulate a table, the content includes position (x, y, w, h), attributes, font size, text content, etc., and record it in a small book 5. Generate code to take Give it every function in a small book, generate code, use js, don't use HTML, don't generate console.log() and the like, and then copy 6. Paste the code Paste the copied code into the hello world template Code (if you don’t want to do this step, you can send me a private message) to look at the specific location of the ui control, and go to the official document
Look at the Widget section, find the control in the property section of the generated table, and modify the position of the control to the position in the table,
and then your applet can be released

. In general, we can use the powerful intelligent processing capabilities of ChatGPT, Complete a simple and easy-to-use applet. However, we should also note that simplicity does not mean low quality. We should reflect on the purpose of our production, use it for meaningful things, and create valuable community content, instead of making it randomly and flooding low-quality applets. I hope that everyone will take each mini-program idea seriously, to bring more truly useful and high-quality mini-programs to the community!

Post a Comment

Please be respectful

Previous Post Next Post