My requirement is to ask ChatGPT for help in reading articles or documents, translating, and summarizing them. Both OpenAI's API and ChatGPT Plus do not have the ability to connect to the internet, so implementing these functions requires doing it myself. When searching for relevant implementations, I discovered mygptreader, which perfectly meets my needs.
This blog:
https://www.bmpi.dev/dev/chatgpt... introduces how mygptreader was developed and the author's thoughts on AI. It is highly recommended.