Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 22, 2024
2 parents 32762f3 + acc2e97 commit a62dd93
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,21 @@ const openaiModels = [
const googleModels = [
"gemini-1.0-pro", // Deprecated on 2/15/2025
"gemini-1.5-pro-latest",
"gemini-1.5-pro",
"gemini-1.5-pro-002",
"gemini-1.5-pro-exp-0827",
"gemini-1.5-flash-latest",
"gemini-1.5-flash-8b-latest",
"gemini-1.5-flash",
"gemini-1.5-flash-8b",
"gemini-1.5-flash-002",
"gemini-1.5-flash-exp-0827",
"learnlm-1.5-pro-experimental",
"gemini-exp-1114",
"gemini-exp-1121",
"learnlm-1.5-pro-experimental",
"gemini-exp-1206",
"gemini-2.0-flash-exp",
"gemini-2.0-flash-thinking-exp-1219",
];

const anthropicModels = [
Expand Down

0 comments on commit a62dd93

Please sign in to comment.