https://github.com/thorwebdev/deno-chatgpt-plugin-starter
OpenAI ChatGPT Plugin Starter with Deno
https://github.com/thorwebdev/deno-chatgpt-plugin-starter
Last synced: about 1 year ago
JSON representation
OpenAI ChatGPT Plugin Starter with Deno
- Host: GitHub
- URL: https://github.com/thorwebdev/deno-chatgpt-plugin-starter
- Owner: thorwebdev
- Created: 2023-05-05T08:57:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T05:46:40.000Z (about 3 years ago)
- Last Synced: 2025-03-26T02:52:00.385Z (about 1 year ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a [ChatGPT Plugin](https://platform.openai.com/docs/plugins/introduction) with Deno
## Generate openapi spec
```bash
deno task openapi
```
## Run locally
```bash
deno task start
```
## Install in ChatGPT
You can test your plugin locally by going to https://chat.openai.com/ > Plugins
(you need to be enabled for the beta) > Plugin Store > Develop your own plugin >
Domain: localhost:8000
## Automatic Deployment with Deno Deploy
These steps show you how to deploy your ChatGPT Plugin close to your users at
the edge with [Deno Deploy](https://deno.com/deploy).
1. Clone this repository.
2. Sign into [Deno Deploy](https://dash.deno.com) with your GitHub account.
3. Select your GitHub organization or user, repository, and branch
4. Select "Automatic" deployment mode and `main.ts` as the entry point
5. Click "Link", which will start the deployment.