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

Commit 26a7b4d

Browse files
committed
refactor(azure): scope provider to Azure OpenAI models only
1 parent dc18a16 commit 26a7b4d

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
@@ -641,7 +641,7 @@ export const MODELS_BY_PROVIDER: Record<
641641
},
642642
azure: {
643643
id: "azure",
644-
label: "Azure AI Foundry",
644+
label: "Azure OpenAI",
645645
// Azure uses deployment names configured by the user (not a fixed upstream model ID list)
646646
models: [],
647647
},

0 commit comments

Comments
 (0)