Skip to content

Commit

Permalink
Update entrypoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensflinco authored May 11, 2024
1 parent 5e2ebdf commit 983890d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def main(
# Set the Gemini API key
api_key = os.getenv("GEMINI_API_KEY")
genai.configure(api_key=api_key)
logger.debug(f"api_key: {api_key}")

# Request a code review
chunked_reviews, summarized_review = get_review(
Expand Down

0 comments on commit 983890d

Please sign in to comment.