Skip to content

Commit

Permalink
Added PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Sep 24, 2024
1 parent 8dcc99b commit 350094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_pr_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def generate_pr_description():
max_tokens=1000
)

generated_description =response.choices[0].message.content.strip()
generated_description = response.choices[0].message.content.strip()

# Replace the placeholder in the template with the generated description
updated_description = current_description.replace(default_template_indicator, generated_description)
Expand Down

0 comments on commit 350094a

Please sign in to comment.