How to Create Your First ChatGPT Plugin with ChatGPT (Step-by-Step Guide)

preview_player
Показать описание

In this video I show you how to create your first ChatGPT Plugin with ChatGPT in a easy, step by step guide. I found this simple method of using ChatGPT to write the code and Replit to host it that is super beginner friendly, so this is a great way for you to learn how to build ChatGPT plugins without being too complicated!

More videos coming on creating more advanced plugins with much more powerful use cases so stay tuned!

Timestamps:
0:00 - Intro
1:06 - Planning
2:50 - Write the code with ChatGPT
7:25 - Manifest file with ChatGPT
8:47 - OpenAPI Definition with ChatGPT
9:50 - Hosting and testing
17:00 - Success!
Рекомендации по теме
Комментарии
Автор

First time viewer and I just got the magical email too. I'm a JS developer and also in the process of learning Python so I'm insanely pumped for this. Thanks for the video!

STint
Автор

"learn enough about how to code to go back and forth with GPT" facts

brian_akhtar
Автор

Sir! We need more videos on fine-tuning models

MuhammadFaizanMumtaz
Автор

Hello !
Thank You For your work !
but sorry Iam unable to find the "Install an unverified plugin" please could you help me ?
It is on my version I only see about plugins ( I have chatGPT plus ) btw.. so please could you help me ?
Thank You !

ezzedinejaafar
Автор

Thanks for Video @Liam Ottley Here is a little More detailed Outline with Time Stamps and TL;DR

Outline:

Introduction

a. Introduction to ChatGPT plugins
b. Importance of ChatGPT plugins
c. Overview of the video

Main topic: Step-by-step guide to creating a ChatGPT plugin

a. Question: How to choose the functionality of the plugin? [01:11]
Answer: Find a cheap or freely available API that provides a data source for your application.

b. Question: How to build the core functionality of the plugin? [02:22]
Answer: Use ChatGPT to write the code and Replit to host it.

c. Question: How to create an API endpoint? [05:57]
Answer: Wrap the core functionality in a function and use ChatGPT to create the API endpoint.

d. Question: How to create a manifest file? [07:56]
Answer: Ask ChatGPT to write the manifest file based on your code.

e. Question: How to create an OpenAPI definition? [08:54]
Answer: Ask ChatGPT to write the OpenAPI definition based on your code.

f. Question: How to host the plugin? [10:12]
Answer: Use Replit to host the plugin and make it available for ChatGPT to call the endpoints.

g. Question: How to integrate the plugin with ChatGPT? [13:12]
Answer: Provide the base link to your application in the ChatGPT plugin store.

h. Question: How to debug the plugin? [15:09]
Answer: Use ChatGPT to help identify and fix errors in your code.

i. Question: How to update the code based on ChatGPT's suggestions? [16:25]
Answer: Copy the updated code provided by ChatGPT and paste it into your Replit project.

j. Question: How to test the plugin again after fixing the errors? [16:51]
Answer: Run the web app again in Replit and try the plugin in the ChatGPT plugin store.

k. Question: Where can I find more plugin ideas? [18:03]
Answer: Check out the video on 10 plugin ideas provided by the YouTube Creator (link in the description).

l. Question: How to join a community for ChatGPT plugin development? [18:28]
Answer: Join the Discord community mentioned in the video (link in the description).

m. Question: How to get in touch for plugin development inquiries? [18:49]
Answer: Contact the development company mentioned in the video (link in the description and pinned comment).

Conclusion and Summary:

a. Recap of the step-by-step guide
b. Importance of learning to develop with ChatGPT as an assistant
c. Invitation to join the Discord community and development company for plugin development
d. Encouragement to subscribe and like the video

nicnose
Автор

Can you set this up to run locally (localhost?).

I'm getting an error - Failed to fetch localhost manifest. Check to ensure your localhost is running and your localhost server has CORS enabled.

matthewweiss
Автор

You are the holy grace of Ai education love your videos.

arghetem
Автор

Thanks, Liam for explaining the process of building a plugin from idea generation to deployment with the help of ChatGPT. I learned a good set of tricks. Imagine if we had to do without using might be a weekend spent on documentation, experiments, and late nights.

SanjaySingh-gjkq
Автор

Still waiting for a Plugin that can block out ChatGPT from generating cringy words
such as "with unwavering determination" "Facing the challenges that lay ahead." "With a renewed sense of determination"

RpgBlasterRpg
Автор

Hi Liam, again, great video. I have a question. When we ask a question, how does ChatGPT know when to get the information from our plugin API and when to get the information from its own LLM? How can ChatGPT know which one to choose the information to response?

tspang
Автор

Finally a tutorial that I was actually able to follow! Thank you.

danieldey
Автор

Hello Liam, thanks a lot for the Tutorial but I don't see the Develop your own plugin button in the Plugin store settings. Is it normal ? I live in France by the way if it might be a reason. Thanks in advance

mamadoulamaranasow
Автор

Bro I've just completed the waiting list on OpenAI to have the developper access. Do you know how long should I wait please ? Thanks in advance.

mamadoulamaranasow
Автор

Amazing tutorial! Thanks so much for demystifing coding a GPT plugin using GPT! 🙂

jakobstyrupbrodersen
Автор

Hi Liam! Can you also help me in Building AI Business? I am self-taught Developer with Good Coding Experience . I just want to create Business that will help in leaving my really bad 9-5 job and also help other

DeepeshSachdev_Gaming
Автор

Do you still need an ai-plugin.json file and /.well-known directory if you're making an API meant to be called as an action?

runningninja
Автор

I have no 'develop your plugin' button in chatGPT. Does anybody have this problem?

cesarion
Автор

Hey Liam, I am totally new to using replit & while I did fork your code & update the secret access api key, it didn't show me the url, do I need to host it on replit & basically buy a plan there & then only will this work or am I missing something

ocbhu
Автор

How to do I use a specific ChatGPT plug-in in a Python code through OpenAI API?

marcosemeria
Автор

To follow up with this tutorial to make plugin do we need ChatGPT plus subscription?

reactjs