kenken999 commited on
Commit
a3d8e01
1 Parent(s): 12f3c40
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -45,7 +45,7 @@ farewell:
45
  #Defines a target named run. This target will run GPT Engineer on the folder with the given name.
46
  run:
47
  @echo -e "$(COLOR_CYAN)Running GPT Engineer on $(COLOR_GREEN)$(name)$(COLOR_CYAN) folder...$(COLOR_RESET)" && \
48
- cd ./gpt-engineer && poetry run gpt-engineer projects/$(name) --model Llama3-70b-8192 --temperature 0.1
49
 
50
  # Counts the lines of code in the project
51
  cloc:
 
45
  #Defines a target named run. This target will run GPT Engineer on the folder with the given name.
46
  run:
47
  @echo -e "$(COLOR_CYAN)Running GPT Engineer on $(COLOR_GREEN)$(name)$(COLOR_CYAN) folder...$(COLOR_RESET)" && \
48
+ cd ./gpt-engineer && poetry run gpt-engineer /home/user/app/routers/$(name) --model Llama3-70b-8192 --temperature 0.1
49
 
50
  # Counts the lines of code in the project
51
  cloc: