fix: #5064 ProviderInitError github-copilot-enterprise (#5123)

pull/5124/head
Julian Visser 2025-12-05 16:53:32 +01:00 committed by GitHub
parent 60388f7f03
commit 52db0f23a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -490,6 +490,10 @@ export namespace Provider {
...githubCopilot,
id: "github-copilot-enterprise",
name: "GitHub Copilot Enterprise",
models: mapValues(githubCopilot.models, (model) => ({
...model,
providerID: "github-copilot-enterprise",
})),
}
}