We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13435bd commit 693c5dbCopy full SHA for 693c5db
packages/opencode/src/provider/schema.ts
@@ -18,6 +18,7 @@ export const ProviderID = providerIdSchema.pipe(
18
google: schema.makeUnsafe("google"),
19
googleVertex: schema.makeUnsafe("google-vertex"),
20
githubCopilot: schema.makeUnsafe("github-copilot"),
21
+ githubCopilotEnterprise: schema.makeUnsafe("github-copilot-enterprise"),
22
amazonBedrock: schema.makeUnsafe("amazon-bedrock"),
23
azure: schema.makeUnsafe("azure"),
24
openrouter: schema.makeUnsafe("openrouter"),
0 commit comments