Skip to content

Commit 96be69d

Browse files
committed
build: update generated main.js for issue labeler
Updates the compiled main.js file to reflect the change in model. TAG=agy CONV=ff901305-db06-40a2-93f2-82f5ab684b12
1 parent 420481a commit 96be69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • github-actions/labeling/issue

github-actions/labeling/issue/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66195,7 +66195,7 @@ If no area label applies, respond with "none".
6619566195
`;
6619666196
try {
6619766197
const response = await ai.models.generateContent({
66198-
model: "gemini-2.0-flash",
66198+
model: "gemini-3.1-flash-lite-preview",
6619966199
contents: prompt
6620066200
});
6620166201
const text = (response.text || "").trim();

0 commit comments

Comments
 (0)