mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-24 05:42:05 +08:00
8904cf731a
This commit introduces a new class, ModelCapabilities, to manage model features. It changes initializations and conditional statements to use this new class, improving code readability and simplicity. The new class provides an easier and clearer way to check which features are enabled, reducing the complexity associated with generation-dependent feature handling.