1. GitHub Docs
"About GitHub Copilot custom models." This document states
"By creating a custom model
you can improve the quality of suggestions for your developers by fine-tuning a model on your own internal source code. The fine-tuned model will have a better understanding of your organization's coding conventions
patterns
and libraries
and will be able to generate more relevant and helpful suggestions." This directly supports option B.
2. GitHub Docs
"Managing Copilot custom models." This page details the process of selecting repositories for fine-tuning
confirming that the model learns from the organization's specific code. It makes no claims about speed (A) or guaranteed correctness (D).
3. GitHub Blog
"GitHub Copilot Enterprise is now generally available." In the announcement
it is highlighted that custom models are "fine-tuned on your company’s codebase
" which enables Copilot to "understand your organization’s institutional knowledge and generate more tailored suggestions." This reinforces that the benefit is about adapting to internal patterns (B)
not using a separate engine (C).