Skip to content

Commit

Permalink
feat(model): remove obsolete models
Browse files Browse the repository at this point in the history
  • Loading branch information
RubuJam authored Jul 15, 2024
1 parent fbc44f8 commit 6b41387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,14 @@ const openaiModels = [
"gpt-3.5-turbo",
"gpt-3.5-turbo-1106",
"gpt-4",
"gpt-4-32k",
"gpt-4-turbo",
"gpt-4-turbo-preview",
"gpt-4o",
"gpt-4o-2024-05-13",
"gpt-4-vision-preview",
"gpt-4-turbo-2024-04-09",
"gpt-4-1106-preview",
];

const googleModels = [
Expand Down

0 comments on commit 6b41387

Please sign in to comment.