Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 518 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 518 Bytes

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.