GH-300 · Question #37
What is a benefit of using custom models in GitHub Copilot?
The correct answer is B. Responses use practices and patterns in your repositories. Custom models in GitHub Copilot are fine-tuned on an organization's own private repositories and codebases. This means suggestions reflect the team's specific coding patterns, conventions, internal libraries, and best practices - making responses more contextually relevant and…
Question
What is a benefit of using custom models in GitHub Copilot?
Options
- AResponses are faster to produce and appear sooner
- BResponses use practices and patterns in your repositories
- CResponses use the organization's LLM engine
- DResponses are guaranteed to be correct
How the community answered
(53 responses)- A2% (1)
- B89% (47)
- C8% (4)
- D2% (1)
Explanation
Custom models in GitHub Copilot are fine-tuned on an organization's own private repositories and codebases. This means suggestions reflect the team's specific coding patterns, conventions, internal libraries, and best practices - making responses more contextually relevant and aligned with your codebase. Option A is incorrect because speed is not a guaranteed benefit of custom models. Option C is incorrect because organizations do not provide their own LLM engine. Option D is incorrect because no AI model guarantees correctness.
Topics
Community Discussion
No community discussion yet for this question.