diff --git a/README.md b/README.md index 322db69..f905b3e 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,6 @@ Chatbot, which is chatbot for chatting about news articles, is currently not ava ### Server Downtime Use https://status.yhw.tw/ for checking down time, most of the time it will be up, but sometimes it just won't updated to the latest feature & update. -#### Archive: -I fixed most issues of the server, including the nameserver stuff, if you want to know how I fixed it, you can view how I fixed it [here](/server_fixes.md) or on [My broken blog](https://4-1-2.yuanhau.com/posts/) - ### Scraping restrictions: As LINE Today only loads & put the image file via JS in the browser, node-fetch is not working (yes, this platform uses node-fetch as the only way to scrape stuff). If LINE today became more problematic of this platform, those APIs will no longer work & most of the things will just not work, as it requires LINE Today to NOT patch these node-fetch things. @@ -62,6 +59,9 @@ This code is absolutly NOT designed to be spinned up at Vercel or Netlify, it ha ### The API returning outdated data from more than 5+ years: Here is the GitHub Issue: https://github.com/hpware/news-analyze/issues/2 +### Groq API not loading to .env for some reasons. +If the user did not load a GROQ api, the summerizing system will just fail outright. Fixing this rn. + ## Why? We'll use this news article from May 7th 2025 as an example: diff --git a/components/app/windows/news.vue b/components/app/windows/news.vue index c8afaec..265f222 100644 --- a/components/app/windows/news.vue +++ b/components/app/windows/news.vue @@ -284,30 +284,31 @@ const translateFunction = () => { };