Skip to content

Commit

Permalink
feat: add support for GPT-4o mini
Browse files Browse the repository at this point in the history
  • Loading branch information
liby committed Jul 19, 2024
1 parent 7039a0a commit 355fd9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
"title": "GPT-4o",
"value": "gpt-4o"
},
{
"title": "GPT-4o mini",
"value": "gpt-4o-mini"
},
{
"title": "GPT-4 Turbo",
"value": "gpt-4-turbo"
Expand Down Expand Up @@ -155,4 +159,4 @@
}
}
]
}
}

0 comments on commit 355fd9a

Please sign in to comment.