Alternative to Github Copilot based on OpenAPI
-
Clone this repository.
-
Install dependencies:
npm install
- Create a .env file based on .env.local:
cp .env.local .env
-
Edit
.env
file. You'll need a working OpenAI API key. -
Open the folder in VSCode and hit F5 to run the extension.
-
Create a new file and type a line of code. Hit enter and wait. You should see some suggestion appearing :)