🔍

Articles

Auto-Save ChatGPT History

A Google extension that automatically saves ChatGPT chat history locally, no longer worry about losing conversation content.

Develop an Intelligent Chat Program Using Python and ChatGPT API

ChatGPT is a natural language processing tool based on artificial intelligence technology, which can generate natural and fluent language and conduct conversations. Using the ChatGPT API, we can easily integrate this artificial intelligence technology into our Python applications.

How to Draw a Rectangle with WebGL

If you want to use the WebGL API to achieve the same functions as the Canvas API, you need to master the relevant knowledge of WebGL and apply it in practice.