Self hosting a Copilot replacement: my personal experience
Review
Tutorial
Being able to run a Large Language Model locally also means to be able to use existing models (fine tuned for coding) to implement a self hosted solution to replace GitHub Copilot. In this post I will talk about my personal experience.
For my job (Software Developer) I make a daily use of tools like GitHub Copilot and ChatGPT. I want to explore alternative solutions which can be hosted autonomusly, without relying on an external service.
Disclaimer
Before I continue, let me clari...
Read more at andreagrandi.it