Skip to content

Commit b68a3bc

Browse files
committed
refactor(github-actions): update issue labeler model to gemini-3.1-flash-lite-preview
Updates the model used for issue labeling to gemini-3.1-flash-lite-preview to address rate limiting issues and use a newer model. TAG=agy CONV=ff901305-db06-40a2-93f2-82f5ab684b12
1 parent e720e90 commit b68a3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-actions/labeling/issue/lib/issue-labeling.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If no area label applies, respond with "none".
9494

9595
try {
9696
const response = await ai.models.generateContent({
97-
model: 'gemini-2.0-flash',
97+
model: 'gemini-3.1-flash-lite-preview',
9898
contents: prompt,
9999
});
100100
const text = (response.text || '').trim();

0 commit comments

Comments
 (0)