feat: add GPT-4 to GitHub Copilot provider

This commit is contained in:
decolua
2026-02-11 15:27:26 +07:00
parent 053e490bb5
commit 6ade8ef39a

View File

@@ -65,6 +65,7 @@ export const PROVIDER_MODELS = {
{ id: "gemini-2.5-flash", name: "Gemini 2.5 Flash" },
],
gh: [ // GitHub Copilot - OpenAI models
{ id: "gpt-4", name: "GPT-4" },
{ id: "gpt-4o", name: "GPT-4o" },
{ id: "gpt-4o-mini", name: "GPT-4o mini" },
{ id: "gpt-4.1", name: "GPT-4.1" },