fix bug where self.is_complex_app doesn't exist

This commit is contained in:
LeonOstrez
2024-05-13 14:04:05 +01:00
parent 405c93ade6
commit 64c5925b8a

View File

@@ -93,6 +93,7 @@ class Project:
self.development_plan = None
self.previous_features = None
self.current_feature = None
self.is_complex_app = True
self.dot_pilot_gpt = DotGptPilot(log_chat_completions=True)
if os.getenv("AUTOFIX_FILE_PATHS", "").lower() in ["true", "1", "yes"]: