A demo app for Copilot Extensibility used by GitHub Technical Partnerships (TPE).
$ npm start
Note: index.js
houses a number of example functions that can be swapped out depending on the example needed. For handleWithOpenAI
, it is assumed there is environmental variable: OPENAI_API_KEY
. For verification, GITHUB_KEYS_URI
is also required, with the value of https://api.github.com/meta/public_keys/copilot_api
, at the time of this writing.
Note: It is assumed that this is run behind ngrok
, but not required.