transitive-bullshit / chatgpt-api

Node.js client for the official ChatGPT API. 🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples of plugin usage for a Chatbot

scarolan opened this issue · comments

Describe the feature

We have a Slackbot built on the Bolt JS framework. This client is working great for providing ChatGPT powered responses for users! One request was that we enable it with a plugin that could crawl web content and include it in the prompt. For example, 'look at this webpage and summarize it for me' or 'parse this youtube video for relevant content', etc.

Does anyone have examples of how to do this in the context of a chat bot?