mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 04:35:17 +01:00
Dont require to be in the same folder as the repo to run, v0.0.5
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
import shutil
|
||||
|
||||
from pathlib import Path
|
||||
@@ -54,7 +53,7 @@ def main(
|
||||
logs=DB(memory_path / "logs"),
|
||||
input=DB(input_path),
|
||||
workspace=DB(workspace_path),
|
||||
identity=DB(Path(os.path.curdir) / "identity"),
|
||||
preprompts=DB(Path(__file__).parent / "preprompts"),
|
||||
)
|
||||
|
||||
for step in STEPS[steps_config]:
|
||||
|
||||
Reference in New Issue
Block a user