Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 9a4db8d

Browse files
committed
refactor(azure): scope provider to Azure OpenAI models only
1 parent a9ebabe commit 9a4db8d

22 files changed

Lines changed: 49 additions & 412 deletions

File tree

packages/types/src/provider-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ export const MODELS_BY_PROVIDER: Record<
637637
},
638638
azure: {
639639
id: "azure",
640-
label: "Azure AI Foundry",
640+
label: "Azure OpenAI",
641641
// Azure uses deployment names configured by the user (not a fixed upstream model ID list)
642642
models: [],
643643
},

0 commit comments

Comments
 (0)