Skip to content

Commit

Permalink
Merge pull request #152 from coronasafe/add-gpt-4-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Dec 9, 2023
2 parents fa236d9 + 1a485c3 commit 75fbc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const MODELS = [
{ id: 3, label: 'GPT-4' },
{ id: 4, label: 'GPT-4-32k' },
{ id: 5, label: 'GPT-4-VISUAL' },
{ id: 6, label: 'GPT-4-TURBO' },
]
export const ASSISTANT_MODELS = [
{ id: "gpt-3.5-turbo-1106", label: 'gpt-3.5-turbo-1106' },
Expand Down

1 comment on commit 75fbc11

@vercel
Copy link

@vercel vercel bot commented on 75fbc11 Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.