feat: add GPT 4o to GitHub Copilot provider (#98)
This commit is contained in:
parent
553346b522
commit
c090bb01b2
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue