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
- Host: GitHub
- URL: https://github.com/nathsou/plugpt
- Owner: nathsou
- License: mit
- Created: 2023-04-11T19:32:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T11:30:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T19:43:46.598Z (2 months ago)
- Topics: chatgpt, gpt-3, gpt-4, openai, plugin
- Language: TypeScript
- Homepage: https://nathsou.github.io/plugpt/
- Size: 2.03 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - nathsou/plugpt - OpenAI GPT chat interface with custom plugins (TypeScript)
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


### @Google: Google Search

### @Fetch: Fetching URL Contents


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