rodriguez
  • Joined on 2025-03-25
rodriguez pushed to main at GeneralBots/gb 2026-04-14 02:31:44 +00:00
fd811523ab chore: update botserver — HTTP timeout fix for LLM deadlock
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 02:31:21 +00:00
3ec72f6121 fix: add 60s timeout to OpenAI-compatible HTTP client preventing LLM deadlock
rodriguez pushed to main at GeneralBots/gb 2026-04-14 02:20:32 +00:00
5f89213cb0 chore: update botserver submodule — LLM deadlock fix
c34708454b Update botserver with LLM blocking fix
Compare 2 commits »
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 02:20:17 +00:00
25d6d2fd57 fix: eliminate LLM keyword deadlock with isolated worker thread
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 02:05:05 +00:00
b3fd90b056 fix: remove blocking recv_timeout from LLM keyword
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 01:51:37 +00:00
6468588f58 fix: remove LLM streaming lock that caused deadlocks
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 01:47:35 +00:00
7d911194f3 fix: disable all thinking detection to prevent deadlock
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 01:34:35 +00:00
f48f87cadc debug: add processing traces
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 01:26:40 +00:00
99909de75d fix: disable thinking detection to prevent deadlock
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 01:19:22 +00:00
318d199d6c fix: clear thinking indicator on stream complete
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 00:40:59 +00:00
200b026efe fix: add thinking indicator and 30s timeout to prevent deadlock
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 00:35:55 +00:00
3ddcc5a1d1 fix: simplify MinimaxHandler without regex
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 00:22:09 +00:00
6acf5fb4c0 fix: add reasoning_split=false to Minimax API calls
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 00:17:10 +00:00
2c82a8bd2e fix: add MinimaxHandler to strip thinking tags from content
rodriguez pushed to main at GeneralBots/generalbots 2026-04-14 00:08:56 +00:00
ea8857ec8a debug: trace LLM delta content for Minimax
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 23:59:05 +00:00
22e94f32ed fix: filter reasoning when content exists (Minimax/GLM/Kimi)
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 23:51:26 +00:00
850db4b588 fix: add missing debug import
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 23:46:37 +00:00
650cb70961 debug: add WebSocket message tracing
rodriguez pushed to main at GeneralBots/gb 2026-04-13 23:26:25 +00:00
a428e20b75 chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 23:26:14 +00:00
517d5435a9 fix: add max_tokens 131072 to OpenAI provider for minimax