From 03ec4c301c3bf44b35513b54fa8eebcedb5ba56a Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 14 Feb 2026 23:31:30 +0000 Subject: [PATCH] fix: Update botserver submodule with cache and LLM improvements - Cache connection verification with PING test - Environment variable support for cache URL (CACHE_URL, REDIS_URL, VALKEY_URL) - Environment variable support for LLM config (LLM_URL, LLM_MODEL, LLM_KEY) - Better fallback to local LLM when no bot config exists Co-Authored-By: Claude Sonnet 4.5 --- botserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botserver b/botserver index 8a8008a..9453ff4 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit 8a8008a72c859d6aca6553132308a0fb770de7ab +Subproject commit 9453ff4c65451941cd7cff9b040ac83b0a3b7900