saurav tripathi
saurav tripathi

Reputation: 46

Visual Studio Code extension alternative for GitHub copilot

I recently came across GitHub copilot which finish the code and also give a short explanation of what is happening in the function, but there is a waiting list for us to use GitHub copilot. So I want to ask is there any more alternative which can do that for us?

Upvotes: 1

Views: 2002

Answers (3)

mrThomasTeller
mrThomasTeller

Reputation: 11

I started making free alternative to Github Copilot. I'm doing it on GPT3 API. I would like to raise some attention to this thing so I will be happy to receive your feedback on the github, as well as issues and maybe even pull requests :) This thing is already usable and saves me a lot of effort :) https://github.com/mrThomasTeller/vscode-gpilot

Upvotes: 1

user1349923
user1349923

Reputation: 843

It's Oct.2022 now and Copilot is not free anymore. There is another open-source alternatives to it called CodeGeeX. The code is available at https://github.com/THUDM/CodeGeeX. Check out the VSCode extension at https://marketplace.visualstudio.com/items?itemName=aminer.codegeex

Also, the model weights can be applied and download.

Upvotes: 1

Chirag
Chirag

Reputation: 123

The waiting list have been removed now, you can try now.

Upvotes: 1

Related Questions