mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: Add vercel-ai-gateway to MODELS_BY_PROVIDER and dynamicProviders
This commit is contained in:
parent
d5ecce03f0
commit
da5f42840e
1 changed files with 2 additions and 0 deletions
|
|
@ -550,6 +550,7 @@ export const MODELS_BY_PROVIDER: Record<
|
|||
openrouter: { id: "openrouter", label: "OpenRouter", models: [] },
|
||||
requesty: { id: "requesty", label: "Requesty", models: [] },
|
||||
unbound: { id: "unbound", label: "Unbound", models: [] },
|
||||
"vercel-ai-gateway": { id: "vercel-ai-gateway", label: "Vercel AI Gateway", models: [] },
|
||||
}
|
||||
|
||||
export const dynamicProviders = [
|
||||
|
|
@ -559,6 +560,7 @@ export const dynamicProviders = [
|
|||
"openrouter",
|
||||
"requesty",
|
||||
"unbound",
|
||||
"vercel-ai-gateway",
|
||||
] as const satisfies readonly ProviderName[]
|
||||
|
||||
export type DynamicProvider = (typeof dynamicProviders)[number]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue