mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
feat: add GPT-3.5 Turbo to GitHub Copilot provider
This commit is contained in:
@@ -65,6 +65,7 @@ export const PROVIDER_MODELS = {
|
|||||||
{ id: "gemini-2.5-flash", name: "Gemini 2.5 Flash" },
|
{ id: "gemini-2.5-flash", name: "Gemini 2.5 Flash" },
|
||||||
],
|
],
|
||||||
gh: [ // GitHub Copilot - OpenAI models
|
gh: [ // GitHub Copilot - OpenAI models
|
||||||
|
{ id: "gpt-3.5-turbo", name: "GPT-3.5 Turbo" },
|
||||||
{ id: "gpt-4", name: "GPT-4" },
|
{ id: "gpt-4", name: "GPT-4" },
|
||||||
{ id: "gpt-4o", name: "GPT-4o" },
|
{ id: "gpt-4o", name: "GPT-4o" },
|
||||||
{ id: "gpt-4o-mini", name: "GPT-4o mini" },
|
{ id: "gpt-4o-mini", name: "GPT-4o mini" },
|
||||||
|
|||||||
Reference in New Issue
Block a user