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