autogpt2 / classic /frontend /lib /utils /feature_flags.dart
seawolf2357's picture
Deploy from GitHub repository
3382f47 verified
raw
history blame contribute delete
86 Bytes
class FeatureFlags {
static const bool userExperienceIterationTwoEnabled = false;
}