Skip to content

Commit 963b748

Browse files
authored
Merge pull request #70 from bigcommerce/DATA-12702
chore: DATA-12702 Update gemini model
2 parents 9e61031 + 371b201 commit 963b748

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Jira: [JIRA_TOKEN](https://bigcommercecloud.atlassian.net/browse/JIRA_TOKEN)
2+
13
## What/Why?
24
<!---
35
A description about what this pull request implements and its purpose.

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)