A minimal example of code editor copilot implemented with Vue + Monaco Editor + OpenAI Node API.
The code editor and code completion feature are implemented in TheEditor.vue and completion.ts.
This repository is initialized with the vue-ts template of Vite.