We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0acffb commit 1b57876Copy full SHA for 1b57876
1 file changed
src/lib/gemini.ts
@@ -19,7 +19,7 @@ export function getGeminiModel(): GenerativeModel {
19
const genAI = new GoogleGenerativeAI(apiKey);
20
21
_model = genAI.getGenerativeModel({
22
- model: "gemini-1.5-flash",
+ model: "gemini-2.5-flash",
23
safetySettings: [
24
{
25
category: HarmCategory.HARM_CATEGORY_HARASSMENT,
0 commit comments