feat: add GPT-3.5 Turbo to GitHub Copilot provider
This commit is contained in:
parent
6ade8ef39a
commit
e3dbd448af
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-3.5-turbo", name: "GPT-3.5 Turbo" },
|
||||
{ id: "gpt-4", name: "GPT-4" },
|
||||
{ id: "gpt-4o", name: "GPT-4o" },
|
||||
{ id: "gpt-4o-mini", name: "GPT-4o mini" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue