Skip to content

Commit a902e4b

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 a44139e commit a902e4b

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
@@ -83,7 +83,7 @@ If no area label applies, respond with "none".
8383

8484
try {
8585
const response = await ai.models.generateContent({
86-
model: 'gemini-2.0-flash',
86+
model: 'gemini-3.1-flash-lite-preview',
8787
contents: prompt,
8888
});
8989
const text = (response.text || '').trim();

0 commit comments

Comments
 (0)