Diff of Autogollark at 060c7de

@@ -43,3 +43,3 @@ Autogollark currently comprises the dataset, the search API server and the [[htt
 * {Longer context, mux several channels.
-* {{No obvious reason Autogollark can't train (and run inference!) on every channel simultaneously, with messages sorted by time and other non-Discord things (tool calls?) inline. Not good use of parallelism but does neatly solve the when-to-respond thing. Maybe we can process channels in parallel and fudge the K/V caches.
+* {No obvious reason Autogollark can't train (and run inference!) on every channel simultaneously, with messages sorted by time and other non-Discord things (tool calls?) inline. Not good use of parallelism but does neatly solve the when-to-respond thing. Maybe we can process channels in parallel and fudge the K/V caches.
 * Maybe this is //not// a good way to decide when to respond: significant power draw implications unless I do something clever (polling, batching, deprioritize when recently idle).