We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4322fa6 + 66195ba commit 5fa63d8Copy full SHA for 5fa63d8
1 file changed
.github/actions/auto-pr-description/generate_pr_description.js
@@ -43,7 +43,7 @@ A short description of the changes.
43
const combinedPrompt = `${promptTemplate}\n\nHere is the git diff:\n\n${diffContent}`;
44
45
try {
46
- const response = await fetch(`https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash:generateContent?key=${apiKey}`, {
+ const response = await fetch(`https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key=${apiKey}`, {
47
method: 'POST',
48
headers: { 'Content-Type': 'application/json' },
49
body: JSON.stringify({
0 commit comments