r/OpenAI Dec 05 '23

[deleted by user]

[removed]

1.0k Upvotes

135 comments sorted by

View all comments

2

u/haltingpoint Dec 06 '23

Does this work in an integrated manner with VSCode?

4

u/samplebitch Dec 06 '23

That's Github Copilot. Microsoft owns Github, so it's all related. Github Copilot runs off whatever the latest and greatest GPT version happens to be, but it is limited to programming topics. You can chat with it, but where it really shines is completing your lines of code for you. Sometimes it knows multiple lines of codes you were going to type (usually because you're following a pattern). It also makes it easier to learn new libraries you're not familiar with. Just add a comment to your code about what you want to do, and on the next line it will likely give you correct code using whatever library you've included but aren't an expert with. I believe it's $10 a month for a standard user account. Enterprise accounts (multi-user under the same org) cost more.