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()
|
||||
|
||||
@@ -15,7 +15,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
gpt-engineer = 'gpt_engineer.main:execute'
|
||||
gpt-engineer = 'gpt_engineer.main:app'
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["gpt_engineer"]
|
||||
|
||||
Reference in New Issue
Block a user