feat: add GPT 4o to GitHub Copilot provider (#98)

This commit is contained in:
Bexultan 2026-02-11 05:19:22 +05:00 committed by GitHub
parent 553346b522
commit c090bb01b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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-4o", name: "GPT-4o"},
{ id: "gpt-4.1", name: "GPT-4.1" },
{ id: "gpt-5", name: "GPT-5" },
{ id: "gpt-5-mini", name: "GPT-5 Mini" },