pub const BASE_SUFFIX: &str = "_base";Expand description
Sentinel suffix for non-LoRA registrations. LoRA suffixes are
Slug::slugify outputs ([a-z0-9_-]+); a name that slugifies to
_base would collide with this sentinel and is not supported.