feat(mx): increase halo bot timeout

This commit is contained in:
Harald Hoyer 2026-05-19 06:25:24 +02:00
parent b4063fda66
commit ae068cfd84

View file

@ -9,6 +9,7 @@
modelBaseUrl = "http://halo.hoyer.tail:8000/v1"; modelBaseUrl = "http://halo.hoyer.tail:8000/v1";
model = "halo-8000"; model = "halo-8000";
botName = "Halo"; botName = "Halo";
timeout = 200;
allowedUsers = [ ]; allowedUsers = [ ];
}; };