Skip to content

Commit

Permalink
Define Azure models
Browse files Browse the repository at this point in the history
  • Loading branch information
punitda committed Nov 3, 2024
1 parent a64ad58 commit 31c0a77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ export const DEFAULT_INPUTS = {
customQuickActionId: undefined,
};

export const AZURE_MODELS = [
{
name: "azure/gpt-4o-mini",
label: "GPT-4o mini (Azure)",
},
];

export const OPENAI_MODELS = [
{
name: "gpt-4o-mini",
Expand Down

0 comments on commit 31c0a77

Please sign in to comment.