Skip to content

Commit

Permalink
Update constant.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlayzer authored Nov 18, 2023
1 parent 35f04ca commit 76ee932
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ export const DEFAULT_MODELS = [
name: "gpt-4-32k-0613",
available: true,
},
{
name: "gpt-4-1106-preview",
available: true,
},
{
name: "gpt-4-vision-preview",
available: true,
},
{
name: "gpt-3.5-turbo",
available: true,
Expand Down

0 comments on commit 76ee932

Please # to comment.