COSC481W-2024Winter / JARVIS

J.A.R.V.I.S
2 stars 3 forks source link

Feature: News Summary Functionality and Testing #63

Closed haohuazheng3 closed 8 months ago

haohuazheng3 commented 8 months ago

This commit implements the news summary functionality by utilizing the News API. When the News Summary button is clicked, it enters the news_service to retrieve the top 3 news articles, which are then sent to GPT-3.5 for summarization and subsequently broadcasted. If the user clicks the button within an hour, the previously summarized content will be broadcasted to ensure the API is not abused.

Addresses #55

ghost commented 8 months ago

waiting on ENV key to perform tests.

ghost commented 8 months ago
  1. user experience is good, the data is retrieved and played. no subsequent exterior requests are made within the hour.
  2. the unit test performs properly.