pub fn builtin_templates() -> Vec<InferenceProfile>Expand description
Starting-point profiles a user can install and then edit.
These are templates, not behaviour: nothing reads them at request time and installing them simply seeds the user’s own profile list. Each sets only the parameters that actually characterise its use case, leaving everything else to fall through to the model’s own defaults.
Two families, kept in separate functions because they are separate
arguments: sampling_templates picks a distribution, and
reasoning_templates picks how hard the model is asked to think.