
A VS Code extension powered by a Large Language Model (LLM) that helps developers debug their code. The extension and underlying model were created as part of a project to explore the capabilities of LLMs. The model was created from a smaller version of Meta's Llama 2 model and fine-tuned on a dataset of questions and answers from StackOverflow. The extension provides a user interface, allowing users to ask questions in a chat window. The model then generates responses to help the user debug their code.


