Skip to content

sebbie1o1/openai-nodejs-oauth-chatgpt-plugin

Repository files navigation

OAUTH todo list example ChatGPT plugin in nodejs

ChatGPT plugin tutorial with OAuth for a To-Do in Node.js

Setup

Set environment variable APP_PORT to customize the port the app listens on.

Running the Server

  • npm install
  • node chat-server.js

The server will listen on port "APP_PORT if set or port 85. You can connect to the server using any web browser.