We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42347ce commit 82ba064Copy full SHA for 82ba064
1 file changed
src/server/google-ai/index.ts
@@ -6,7 +6,7 @@ import { VertexAI } from '@google-cloud/vertexai';
6
import { type JWTInput } from 'google-auth-library';
7
import { sanitizeForPrompt } from '~/lib/prompt-safety';
8
9
-const MODEL_NAME = 'gemini-2.0-flash';
+const MODEL_NAME = 'gemini-2.5-flash-lite';
10
11
export default async function generateDescription(
12
attributes: z.infer<typeof aiSchema>
0 commit comments