Open Devasy23 opened 1 month ago
@Devasy23 I want to contribute to this. Assign me under GSSOC 2024 - ext and hacktoberfest
Hi @tarunkumar2005 . Thank you for showing some interest. Before starting the issue we would connect once to discuss further as it is complicated to understand from mere description
@Devasy23 Okay we can discuss and i will try to solve this issue then
@Devasy23 Okay we can discuss and i will try to solve this issue then
how would you like to connect
Discord
Okay i will be free after 4:30 pm here is my discord username is tarunkumar8278 we can have a call and you can explain me okay after 4:30 to 7:00 anytime. just inform me @Devasy23
Join this discord of this repo :https://discord.gg/kV4ANf6x
@Devasy23 I am free now and joined the discord we can connect now okay.
Sure will ping you when I'm free
Description:
This task requires adding a function to summarize the fetched article content using an external API. The function should handle rate-limiting by utilizing an
asyncio.Semaphore
to ensure no more than a specified number of requests are made per minute (e.g., 10 requests per minute). The summarization should be an asynchronous function to ensure non-blocking I/O operations.Changes:
Example Dummy Code: