We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae1ec7 commit 2ed20c3Copy full SHA for 2ed20c3
.github/workflows/gemini_review.yml
@@ -52,7 +52,8 @@ jobs:
52
53
const { GoogleGenerativeAI } = require("@google/generative-ai");
54
const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY);
55
- const model = genAI.getGenerativeModel({ model: "gemini-2.0-flash-exp" });
+ const model = genAI.getGenerativeModel({ model: "gemini-1.5-flash" });
56
+
57
58
const prompt = `
59
당신은 **시니어 프론트엔드 개발자**입니다.
0 commit comments