We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03d9b6 commit ecf7c64Copy full SHA for ecf7c64
hack/gemini_review.py
@@ -1,6 +1,7 @@
1
import google.generativeai as genai
2
import os
3
from github import Github
4
+import base64
5
6
def get_pr_diff():
7
"""Retrieves, base64 decodes, and cleans the PR diff from environment variables."""
0 commit comments