Tiny: fix github casing (#4903)
This commit is contained in:
@@ -382,8 +382,8 @@ impl Provider for GithubCopilotProvider {
|
|||||||
fn metadata() -> ProviderMetadata {
|
fn metadata() -> ProviderMetadata {
|
||||||
ProviderMetadata::new(
|
ProviderMetadata::new(
|
||||||
"github_copilot",
|
"github_copilot",
|
||||||
"Github Copilot",
|
"GitHub Copilot",
|
||||||
"Github Copilot and associated models",
|
"GitHub Copilot and associated models",
|
||||||
GITHUB_COPILOT_DEFAULT_MODEL,
|
GITHUB_COPILOT_DEFAULT_MODEL,
|
||||||
GITHUB_COPILOT_KNOWN_MODELS.to_vec(),
|
GITHUB_COPILOT_KNOWN_MODELS.to_vec(),
|
||||||
GITHUB_COPILOT_DOC_URL,
|
GITHUB_COPILOT_DOC_URL,
|
||||||
|
|||||||
Reference in New Issue
Block a user