Host Your Own Copilot
dublog.net
Host Your Own Copilot
1–10 of 13 posts
Re: Host Your Own Copilot
#2Re: Host Your Own Copilot
#3Re: Host Your Own Copilot
#4Re: Host Your Own Copilot
#5Re: Host Your Own Copilot
#6I'm confused. The article ends up using a cloud service (NVidia NIM) as the backend anyway, so is it still self hosted?
Re: Host Your Own Copilot
#7FYI the syntax highlighting on some of the code blocks makes it unreadable.
Re: Host Your Own Copilot
#8I'm confused. The article ends up using a cloud service (NVidia NIM) as the backend anyway, so is it still self hosted?
NIMs are just to try out the concept.
Honestly, doing it this way is still a bit more secure than using OpenAI or Anthropic directly because its a slight guard against your code being used in future training sets for the next iteration of their AI.
Re: Host Your Own Copilot
#9Re: Host Your Own Copilot
#10I'm confused. The article ends up using a cloud service (NVidia NIM) as the backend anyway, so is it still self hosted?
Actually self-hosting without using the cloud at all involves building a multi-gpu rig. NIMs are just to try out the concept. Honestly, doing it this way is still a bit more secure than using OpenAI or Anthropic directly because its a slight guard against your code being used in future training sets for the next iteration of their AI.