An open API service indexing awesome lists of open source software.

https://github.com/nathsou/plugpt

OpenAI GPT chat interface with custom plugins
https://github.com/nathsou/plugpt

chatgpt gpt-3 gpt-4 openai plugin

Last synced: 2 months ago
JSON representation

OpenAI GPT chat interface with custom plugins

Awesome Lists containing this project

README

        

# PluGPT

[Click here to launch](https://nathsou.github.io/plugpt/)

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

## Default Plugins

### @JS: Running JavaScript Code

![JS Plugin - simple computation](resources/js-plugin.png)

![JS Plugin - canvas rendering](resources/solar-system.png)

### @Google: Google Search

![Google Plugin](resources/google-search.png)

### @Fetch: Fetching URL Contents

![Wikipedia article summarization](resources/summarization.png)

![Fetch reddit APU](resources/fetch-reddit.png)

## Creating a new plugin

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