mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Fix: incorrect Gemini 3 Pro ID for GitHub provider (#95)
This commit is contained in:
@@ -84,7 +84,7 @@ export const PROVIDER_MODELS = {
|
|||||||
// GitHub Copilot - Google models
|
// GitHub Copilot - Google models
|
||||||
{ id: "gemini-2.5-pro", name: "Gemini 2.5 Pro" },
|
{ id: "gemini-2.5-pro", name: "Gemini 2.5 Pro" },
|
||||||
{ id: "gemini-3-flash", name: "Gemini 3 Flash" },
|
{ id: "gemini-3-flash", name: "Gemini 3 Flash" },
|
||||||
{ id: "gemini-3-pro", name: "Gemini 3 Pro" },
|
{ id: "gemini-3-pro-preview", name: "Gemini 3 Pro" },
|
||||||
// GitHub Copilot - Other models
|
// GitHub Copilot - Other models
|
||||||
{ id: "grok-code-fast-1", name: "Grok Code Fast 1" },
|
{ id: "grok-code-fast-1", name: "Grok Code Fast 1" },
|
||||||
{ id: "raptor-mini", name: "Raptor Mini" },
|
{ id: "raptor-mini", name: "Raptor Mini" },
|
||||||
|
|||||||
Reference in New Issue
Block a user