Skip to content

Set up your own CoPilotGPT on your VSCode. Local copilot that does not send your data to Microsoft.

Notifications You must be signed in to change notification settings

stuckintherain/CoPilot-Endpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

CoPilot-Endpoint

Set up your own CoPilotGPT on your VSCode. Local copilot that does not send your data to Microsoft.

Huge thank you to Stephen Blum from PubNub @stephenblumpubnub here for the info. If you want to watch a short video on how to do this here you go. https://www.tiktok.com/t/ZPRwfVK5t/

First, open VSCode and check for updates. If updates are available you will see "restart to update." Click that and VSCode will reboot and you will be using the latest version. Screenshot 2024-04-30 090856

Now go to ollama.com and download and install ollama for your OS. Screenshot 2024-04-30 090740

Open a local terminal and pull the latest metas. In the terminal enter 'ollama pull llama3:8b' (this can take awhile.Took me about 12mins.)

When that has finished once again in the terminal pull instruct. 'ollama pull llama3:instruct' Screenshot 2024-04-30 093536

Next go back to VSC click extensions and search for CodeGPT

Download and install the extention that has over 1million downloads. Currently.

Click the little gear on the CodeGPT and open up the settings and select extension settings. Screenshot 2024-04-30 101551

On the first drop down we are going to choose Ollama

Screenshot 2024-04-30 091519

Below the language drop down there is Code GPT.Autocomplete: and click the checkbox for Enable CodeGPT Copilot Screenshot 2024-04-30 091742

On the next drop down under Code GPT.Autocomplete: Provider you will pick Ollama3:instruct Screenshot 2024-04-30 093858

Next open up the code gpt dialog window.

At the top you will see 'Select A Model' and make sure you have Ollama3:8b Screenshot 2024-04-30 093950

This is a pretty slow llm but it's yours!

About

Set up your own CoPilotGPT on your VSCode. Local copilot that does not send your data to Microsoft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published