mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Simplify
This commit is contained in:
@@ -44,10 +44,5 @@ def chat(
|
||||
messages = step(ai, dbs)
|
||||
dbs.logs[step.__name__] = json.dumps(messages)
|
||||
|
||||
|
||||
def execute():
|
||||
app()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
execute()
|
||||
app()
|
||||
|
||||
Reference in New Issue
Block a user