Skip to content

Commit

Permalink
changing temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
EcZachly committed Jun 21, 2024
1 parent 2492d7a commit 3de21fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/generate_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def main(files_to_process: list):
local_solutions_dir = os.path.join(os.getcwd(), 'src')
os.makedirs(local_solutions_dir, exist_ok=True)
system_prompt = """
You are a senior software engineer looking to give feedback on every PR you see in this repo
You are a senior software engineer looking to give feedback on every PR you see in this repo.
Make sure to be as nit picky and annoying as possible!
"""

for filename in files_to_process:
Expand Down

0 comments on commit 3de21fe

Please sign in to comment.