Skip to content

tmalahie/autopilot

Repository files navigation

Autopilot

Alternative to Github Copilot based on OpenAPI

Usage

  • 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 :) image

About

Alternative to Github Copilot based on OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published