feat: add llm update
This commit is contained in:
parent
3b7e38ad61
commit
915c3d3196
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol
|
||||||
|
|
||||||
# TODO: move following to an app config or sqlite #########
|
# TODO: move following to an app config or sqlite #########
|
||||||
thread_ids = [
|
thread_ids = [
|
||||||
|
'115090396384901152',
|
||||||
'114700726180478526',
|
'114700726180478526',
|
||||||
'114649657564007543',
|
'114649657564007543',
|
||||||
'114598027067799906',
|
'114598027067799906',
|
||||||
|
@ -184,4 +185,3 @@ async def api():
|
||||||
@cache.cached(timeout=300)
|
@cache.cached(timeout=300)
|
||||||
def api_thread(id):
|
def api_thread(id):
|
||||||
return fetch_thread(id)
|
return fetch_thread(id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue