Edit ‘autogollark’

This commit is contained in:
osmarks 2025-05-05 17:44:10 +00:00 committed by wikimind
parent 3914d8fac5
commit 95c33bd31c

View File

@ -32,7 +32,7 @@ Autogollark currently comprises the dataset, the search API server and the [[htt
}
* MCTS over conversations with non-gollark simulacra? Should find //something// to use spare parallelism on local inference. Best-of-n?
* {Longer context, mux several channels.
* No obvious reason Autogollark can't train on every channel simultaneously, with messages sorted by time and other non-Discord things (tool calls?) inline.
* 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.
}
== Versions