pub const MAX_PROFILE_NAME_LEN: usize = 32;Expand description
Maximum length of a profile name.
Deliberately short. Profile names become part of the model id advertised to
clients ({model}:{profile}), and long ids are one of the reported causes
of model-id rejection in OpenAI-compatible frontends.