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 3c1bf27 commit 0830453Copy full SHA for 0830453
hack/gemini_review.py
@@ -89,7 +89,6 @@ def generate_gemini_review_with_annotations(diff_file, api_key, guidelines, pr_c
89
{diff}
90
```
91
"""
92
- print("prompt: ", prompt)
93
print("total_tokens: ", model.count_tokens(prompt))
94
response = model.generate_content(prompt)
95
return response.text if response.text else None
0 commit comments