Загрузка видео...

Не удалось загрузить видео

На главную

Using #ChatGPT to easily create ChatGPT plugins 🔥 #OpenAI #GPT4 #AI #python #fastapi A ChatGPT plugin consists of 3 things: 1. An HTTP server 2. An OpenAPI spec 3. A manifest file Steps to create a plugin from OpenAI's tutorial 👇

227,926 просмотров • 3 лет назад •via X (Twitter)

Комментарии: 11

Фото профиля Rohan
Rohan3 лет назад

1. First create the API server using ChatGPT - tell ChatGPT your requirements - and also which library to create the server (FastAPI in this case)

Фото профиля Rohan
Rohan3 лет назад

2. Then create the plugin manifest. A Plugin manifest is a json file with: - simple metadata about the plugin - tells how to show the plugin to a human - also how to describe it to the language model

Фото профиля Rohan
Rohan3 лет назад

3. Then deploy the server and manifest json file. 4. After deploying the plugin server, add the plugin to ChatGPT - Provide the domain where the plugin is hosted - Provide auth token if needed

Фото профиля Rohan
Rohan3 лет назад

5. Finally, test the plugin by installing it as an user Thanks for reading. I write about AI, CloudNative, Kubernetes, System Design etc. and try to make complex topics as easy as possible. Stay tuned for more. #ChatGPT #OpenAI #GPT4 #AI #python #fastapi

Фото профиля Rohan
Rohan3 лет назад

Learn how to create chrome extensions using ChatGPT. Full guide with prompts.

Фото профиля Rohan
Rohan3 лет назад

Use these new #AI tools if you don't wanna be left behind in these new era of generative AI

Фото профиля Rohan
Rohan3 лет назад

Check out this amazing GPT-4 powered extension that does repetitive tasks on your behalf from your one-line prompts 🚀

Фото профиля Batman369
Batman3693 лет назад

That’s very informative, thanks

Фото профиля Rohan
Rohan3 лет назад

You're welcome. Glad to help.

Фото профиля Amber J
Amber J3 лет назад

if the http is graphQL, would your llm functions be mutations? the writes are memory stored sequentially for new states or meta/master data management

Фото профиля Rohan
Rohan3 лет назад

ChatGPT plugins require the server to be a REST API server that follows the OpenAPI standards. So graphQL ain't supported.

Похожие видео