Skip to content

Commit 2ed20c3

Browse files
committed
fix: gemini 모델명 수정
1 parent 1ae1ec7 commit 2ed20c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gemini_review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
5353
const { GoogleGenerativeAI } = require("@google/generative-ai");
5454
const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY);
55-
const model = genAI.getGenerativeModel({ model: "gemini-2.0-flash-exp" });
55+
const model = genAI.getGenerativeModel({ model: "gemini-1.5-flash" });
56+
5657
5758
const prompt = `
5859
당신은 **시니어 프론트엔드 개발자**입니다.

0 commit comments

Comments
 (0)