Skip to content

Commit 0c4739c

Browse files
committed
chore: DATA-12702 Update gemini model
1 parent 9e61031 commit 0c4739c

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
@@ -5,7 +5,7 @@ import { type aiSchema } from '~/app/api/generateDescription/schema';
55
import { VertexAI } from '@google-cloud/vertexai';
66
import { type JWTInput } from 'google-auth-library';
77

8-
const MODEL_NAME = 'gemini-1.5-pro-002';
8+
const MODEL_NAME = 'gemini-2.0-flash';
99

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

0 commit comments

Comments
 (0)