Skip to content

Commit f1ec36b

Browse files
authored
update google genai model (#425)
1 parent ead83eb commit f1ec36b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/app/components/SelectModel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const modelOptionsAndLabels: Partial<Record<ModelOptions, string>> = {
1313
"anthropic/claude-3-5-haiku-20241022": "Claude 3.5 Haiku",
1414
"openai/gpt-4o-mini": "GPT 4o Mini",
1515
// "groq/llama3-70b-8192": "Llama3 70b (Groq)",
16-
"google_genai/gemini-pro": "Gemini Pro",
16+
"google_genai/gemini-2.0-flash": "Gemini Pro",
1717
};
1818

1919
export function SelectModelComponent() {

frontend/app/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export type ModelOptions =
2323
| "openai/gpt-4o-mini"
2424
| "anthropic/claude-3-5-haiku-20241022"
2525
| "groq/llama3-70b-8192"
26-
| "google_genai/gemini-pro";
26+
| "google_genai/gemini-2.0-flash";

0 commit comments

Comments
 (0)