From 915c3d31960bc1172f2f0e0b48b178ca2b98bcbc Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 25 Aug 2025 20:33:41 +0200 Subject: [PATCH] feat: add llm update --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 58f973b..6b4ac1b 100755 --- a/threads.py +++ b/threads.py @@ -10,6 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ + '115090396384901152', '114700726180478526', '114649657564007543', '114598027067799906', @@ -184,4 +185,3 @@ async def api(): @cache.cached(timeout=300) def api_thread(id): return fetch_thread(id) -