Fix: incorrect Gemini 3 Flash ID for GitHub provider (#94)
This commit is contained in:
parent
c3baf52988
commit
4ea9a9da1c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ export const PROVIDER_MODELS = {
|
|||
{ id: "claude-sonnet-4.5", name: "Claude Sonnet 4.5" },
|
||||
// GitHub Copilot - Google models
|
||||
{ id: "gemini-2.5-pro", name: "Gemini 2.5 Pro" },
|
||||
{ id: "gemini-3-flash", name: "Gemini 3 Flash" },
|
||||
{ id: "gemini-3-flash-preview", name: "Gemini 3 Flash" },
|
||||
{ id: "gemini-3-pro-preview", name: "Gemini 3 Pro" },
|
||||
// GitHub Copilot - Other models
|
||||
{ id: "grok-code-fast-1", name: "Grok Code Fast 1" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue