We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60388f7 commit 52db0f2Copy full SHA for 52db0f2
1 file changed
packages/opencode/src/provider/provider.ts
@@ -490,6 +490,10 @@ export namespace Provider {
490
...githubCopilot,
491
id: "github-copilot-enterprise",
492
name: "GitHub Copilot Enterprise",
493
+ models: mapValues(githubCopilot.models, (model) => ({
494
+ ...model,
495
+ providerID: "github-copilot-enterprise",
496
+ })),
497
}
498
499
0 commit comments