Tiny: fix github casing (#4903)

This commit is contained in:
Angela Ning
2025-09-30 15:35:15 -04:00
committed by GitHub
parent b6c4fdaa17
commit ac9fd717c8
+2 -2
View File
@@ -382,8 +382,8 @@ impl Provider for GithubCopilotProvider {
fn metadata() -> ProviderMetadata {
ProviderMetadata::new(
"github_copilot",
"Github Copilot",
"Github Copilot and associated models",
"GitHub Copilot",
"GitHub Copilot and associated models",
GITHUB_COPILOT_DEFAULT_MODEL,
GITHUB_COPILOT_KNOWN_MODELS.to_vec(),
GITHUB_COPILOT_DOC_URL,