- LISTEN_API_KEY
- CHATGPT_SECRET
- NODE_VERSION
- CHATGPT_VERIFICATION_TOKEN
- For a new endpoint, implement a new Def file in
edge-src/api-definitions
, like JustListenDef.js - Create a new function file under
functions/api/v2
, like just_listen.js - Add the new Def object to params.paths in
chatgpt-plugin/openapi.json/index.js
, like...new JustListenDef().openApiPathSpec()