Skip to content

Commit

Permalink
Merge pull request #5 from rajtilakjee/timeout
Browse files Browse the repository at this point in the history
Modify blogger.py and summarizer.py
  • Loading branch information
rajtilakjee authored Apr 25, 2024
2 parents a5dbd1b + 135147e commit f989110
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/utils/blogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def generate_blogpost(self):
],
},
),
timeout=1.5,
)

response_text = response.text
Expand Down
1 change: 0 additions & 1 deletion src/utils/summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def generate_summary(self):
],
},
),
timeout=1.5,
)

response_text = response.text
Expand Down

0 comments on commit f989110

Please sign in to comment.