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 12, 2024
1 parent 2005b83 commit 0a103f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def get_review(
prompt2 = str(f"""
{summarize_prompt}
{str(chunked_reviews_JOIN)}""")
{str(chunked_reviews_join)}""")
response = genai_model.generate_content(prompt2)
summarized_review = response.text
return chunked_reviews, summarized_review
Expand Down

0 comments on commit 0a103f0

Please sign in to comment.