feat: add llm update

This commit is contained in:
Ayo Ayco 2025-08-25 20:33:41 +02:00
parent 3b7e38ad61
commit 915c3d3196

View file

@ -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)