Seeking guidance on learning to create a ChatGPT Plugin from scratch

Hello everyone! I recently came across the exciting launch of ChatGPT Plugins and felt super inspired! I’d love to learn programming from scratch and create my very first ChatGPT Plugin as a personal milestone. Could anyone please advise me on which tech stack I should learn and where I should begin?

A plugin is just an API server + some prompt/spec to teach ChatGPT how to use it. A good place to start would be the plugin documents at OpenAI API, which include some complete example projects in Python as well.

Of course, you can choose to use another language/framework to implement the API server. You can ask ChatGPT for some suggestions.

1 Like