Skip to content

Nuvalence/todo-chatgpt-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo ChatGPT Plugin Example

A simple example of a ChatGPT plugin. It is a Node.js Express API that supports CRUD operations on todos.

To deploy this plugin using Google Cloud Run, use the following steps:

  1. Run gcloud builds submit --tag gcr.io/todo-chatgpt-api/todo-api
  2. Run gcloud run deploy --image gcr.io/todo-chatgpt-api/todo-api --platform managed
  3. Take the url from deploying the container on cloud run and populate it in the openapi.yaml and ai-plugin.json files and redeploy using steps 1 + 2.

About

An simple example of a ChatGPT plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published