Skip to content

Commit 82ba064

Browse files
fix(analytics): DATA-13528 Upgrade BigAI Copywriter model
1 parent 42347ce commit 82ba064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/google-ai/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { VertexAI } from '@google-cloud/vertexai';
66
import { type JWTInput } from 'google-auth-library';
77
import { sanitizeForPrompt } from '~/lib/prompt-safety';
88

9-
const MODEL_NAME = 'gemini-2.0-flash';
9+
const MODEL_NAME = 'gemini-2.5-flash-lite';
1010

1111
export default async function generateDescription(
1212
attributes: z.infer<typeof aiSchema>

0 commit comments

Comments
 (0)