Skip to content

nathsou/plugpt

Repository files navigation

PluGPT

Click here to launch

Extendable chat interface for OpenAI's GPT chat models with support for custom plugins.

Default Plugins

@JS: Running JavaScript Code

JS Plugin - simple computation

JS Plugin - canvas rendering

@Google: Google Search

Google Plugin

@Fetch: Fetching URL Contents

Wikipedia article summarization

Fetch reddit APU

Creating a new plugin

For examples on how to create a new plugin, look a the src/plugins folder.