Skip to content

Commit

Permalink
Add GPT-4-TURBO model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Dec 9, 2023
1 parent fa236d9 commit 1a485c3
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

0 comments on commit 1a485c3

Please sign in to comment.