Demonstrating a VS Code extension that uses a fine‑tuned GPT model on your own repository to provide fast, accurate code suggestions.
Overview
I think it might be fun to share a proof of concept I built over a few evenings recently. I was curious how easy it would be to develop copilot-like functionality with a vscode extension by finetuning gpt on your codebase. I prioritised speed of inference and the results are surprisingly good..