GPT Series
Everything Programmers need to learn about GPT — OpenAI API in Action
Part II: GPT Series
Unless you have been living under a rock, by now, you would have used the ChatGPT interface one way or another on their website. The free version provides pretty good functionality, which is why it was one of the most talked about topics when it launched. But the API version offers even more regarding development with OpenAI models. And you will need to learn to use the APIs to integrate ChatGPT into your production systems.
In this series of several posts about GPT, I intend to accumulate all the knowledge I have acquired over the months and arrange it logically into readable chunks for my readers. In my last post, I discussed the various advancements in the NLP space that made ChatGPT possible and talked specifically about how chatGPT Works. In this post, I will take you through the ChatGPT API and how you could use the different ChatGPT endpoints. In the third post, we will delve deeper into Prompt Engineering, where I will take you through the different tactics you can use to create usable prompts. In the fourth Post, I will discuss Langchain and its various useful functions. And I will keep on adding new posts over here. So follow me up here on Medium to be notified about these.