Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transitive-bullshit/chatgpt-plugin-ts
Everything you need to start building ChatGPT Plugins in JS/TS 🔥
https://github.com/transitive-bullshit/chatgpt-plugin-ts
chatgpt chatgpt-plugins examples openai
Last synced: 5 days ago
JSON representation
Everything you need to start building ChatGPT Plugins in JS/TS 🔥
- Host: GitHub
- URL: https://github.com/transitive-bullshit/chatgpt-plugin-ts
- Owner: transitive-bullshit
- License: mit
- Created: 2023-04-04T04:16:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T04:43:05.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:36:30.445Z (2 months ago)
- Topics: chatgpt, chatgpt-plugins, examples, openai
- Language: TypeScript
- Homepage:
- Size: 2.45 MB
- Stars: 546
- Watchers: 7
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
- awesome - transitive-bullshit/chatgpt-plugin-ts - Everything you need to start building ChatGPT Plugins in JS/TS 🔥 (TypeScript)
- awesome-chatgpt-plugins - ChatGPT Plugin TS - Everything you need to start building ChatGPT Plugins in JS/TS (Developer / note: for unverified plugins, please enter website domains)
- awesome-ChatGPT-repositories - chatgpt-plugin-ts - Everything you need to start building ChatGPT Plugins in JS/TS 🔥 (Browser-extensions)
- awesome-chatgpt - transitive-bullshit/chatgpt-plugin-ts - Everything you need to start building ChatGPT Plugins in JS/TS (SDK, Libraries, Frameworks / ChatGPT plugins)
README
ChatGPT Plugin TS
Examples and resources for creating ChatGPT plugins in TypeScript.- [Intro](#intro)
- [Install](#install)
- [Example Plugins](#example-plugins)
- [Dexa Lex Fridman Plugin](#dexa-lex-fridman-plugin)
- [ASCII Art Plugin](#ascii-art-plugin)
- [Notes](#notes)
- [License](#license)## Intro
This repo contains the [chatgpt-plugin NPM package](./packages/chatgpt-plugin), with TS types and utilities for building ChatGPT Plugins with TypeScript.
It also contains several high quality example plugins that you can use as a template for building your own plugins. The goal is to add more examples using different OpenAPI frameworks and hosting providers over time. Currently, all of the examples use Cloudflare Workers, and here's one using [Vercel edge functions](https://github.com/steven-tey/weathergpt).
If there's something missing that you'd like to see, please [open an issue](https://github.com/transitive-bullshit/chatgpt-plugin-ts/issues/new) or join our [ChatGPT Hackers community](https://www.chatgpthackers.dev/) on Discord, with over 8000 developers who are building cool stuff with AI!
## Install
```bash
npm install chatgpt-plugin
# or
yarn add chatgpt-plugin
# or
pnpm install chatgpt-plugin
```## Example Plugins
TS code for all example plugins can be found in the [examples](/examples) directory.
### Dexa Lex Fridman Plugin
Example ChatGPT retrieval plugin to search across all of the [Lex Fridman Podcast](https://lexfridman.com/podcast/) episodes – powered by [Dexa AI](https://dexa.ai).
- [source code](/examples/dexa-lex-fridman)
- [launch tweet](https://twitter.com/transitive_bs/status/1643990888417464332)
- built using CF workers
  Â
  Â
### ASCII Art Plugin
This is a really simple example plugin that converts text to ASCII art. It's a great template to start building your own plugins.
- [source code](/examples/ascii-art/)
- [launch tweet](https://twitter.com/transitive_bs/status/1643144204900597760)
- built using CF workers
## Notes
- `name_for_human`
- 30 character max
- `name_for_model`
- 50 character max
- `description_for_human`
- 120 character max
- `description_for_model`
- 8000 character max
- Max decreases over time
- API response body length
- 100k character limit
- Decreases over time
- Subject to limitations
- TODO: `defineConfig` function to help validate `ai-plugin.json` configs?## License
MIT © [Travis Fischer](https://transitivebullsh.it)
If you found this project interesting, please consider [sponsoring me](https://github.com/sponsors/transitive-bullshit) or following me on twitter