Persist generated users to SQLite and code cleanup

This commit is contained in:
Aaron Po
2026-06-21 12:30:58 -04:00
parent 51b40a39c9
commit 4de0ea6638
21 changed files with 285 additions and 138 deletions

View File

@@ -119,7 +119,7 @@ struct UserPersona {
* @brief LLM sampling parameters.
*/
struct SamplingOptions {
/// @brief LLM sampling temperature (0.0 to 1.0, higher = more random).
/// @brief LLM sampling temperature (higher = more random).
float temperature = 1.0F;
/// @brief LLM nucleus sampling top-p parameter.