In a recent tutorial, I took you through the basics of creating a chat app where you could ask a question and then receive an answer using the ChatGPT from OpenAI. That tutorial covered basic HTTP post requests and responses and included the structs that allowed a request to be encoded and a response to be decoded. It also had a simple view that allowed you to enter your API key from OpenAI and a TextField to ask a question.
In this tutorial, we will take this in the direction of a note-taking app for meetings with ChatGPT integration. The app will allow you to take notes and then have ChatGPT to do several things, such as extract action points, summarise lengthy notes, extract dates and times and put them into a bullet list. With AI, there are many options. I’ve only touched on a tiny amount of them here.
[Read more…]